PropertiesReaderGetString(String) Method

Retrieves a string property.

Definition

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

Parameters

name  String
Name of the property to retrieve.

Return Value

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

See Also