Gets the boolean value for a specified option.
[Visual Basic] Public Function Get( _ ByVal p_sName As String, _ ByVal p_bDefaultValue As Boolean _ ) As Boolean [C#] public bool Get( string p_sName, bool p_bDefaultValue ); [C++] public: bool Get( String* p_sName, bool p_bDefaultValue ); [JScript] public function Get( String p_sName, bool p_bDefaultValue ): bool;
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