OptionsCollection.GetString Method
Returns value of the option as a string.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
public string GetString(
string name,
string defaultValue = null
)
Public Function GetString (
name As String,
Optional defaultValue As String = Nothing
) As String
public:
virtual String^ GetString(
String^ name,
String^ defaultValue = nullptr
) sealed
abstract GetString :
name : string *
?defaultValue : string
-> string
override GetString :
name : string *
?defaultValue : string
-> string
- name String
- Name of the option to retrieve.
- defaultValue String (Optional)
- Default value to return if no option is found by the given name.
StringA value of the option as a string.