PropertiesReaderGetString(String, 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,
string defaultValue
)
Public Function GetString (
name As String,
defaultValue As String
) As String
public:
String^ GetString(
String^ name,
String^ defaultValue
)
member GetString :
name : string *
defaultValue : string -> string
- name String
- Name of the property to retrieve.
- defaultValue String
- Default value.
StringProperty value if the property exists and is parsed OK.