PropertiesReaderGetString(String) Method
Retrieves a string property.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public string GetString(
string name
)
Public Function GetString (
name As String
) As String
public:
String^ GetString(
String^ name
)
member GetString :
name : string -> string
- name String
- Name of the property to retrieve.
StringProperty value if the property exists and is parsed OK.