PropertiesReaderGetString(String, String) Method

Retrieves a string property.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public string GetString(
	string name,
	string defaultValue
)

Parameters

name  String
Name of the property to retrieve.
defaultValue  String
Default value.

Return Value

String
Property value if the property exists and is parsed OK.

See Also