Gets the string value of a specified option.
[Visual Basic] Public Function Get( _ ByVal p_sName As String, _ ByVal p_sDefaultValue As String _ ) As String [C#] public string Get( string p_sName, string p_sDefaultValue ); [C++] public: String* Get( String* p_sName, String* p_sDefaultValue ); [JScript] public function Get( String p_sName, String p_sDefaultValue ): String;
The value for the specified option, or the default value if no value could be found or if an error occured.
FieldsString Class | Okapi.Library.Base Namespace | FieldsString.Get Overload List