OptionsCollection.GetString Method

Returns value of the option as a string.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public string GetString(
	string name,
	string defaultValue = null
)

Parameters

name  String
Name of the option to retrieve.
defaultValue  String  (Optional)
Default value to return if no option is found by the given name.

Return Value

String
A value of the option as a string.

See Also