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