The GetString method returns the value of String type variable (passed as parameter to this method).
| BSTR GetString( | ||
| BSTR Name | // The name of the variable | |
| ); | ||
Parameters
Name [in] This is the name of the variable whose value should be obtained.
Return values
The GetString method returns the value of String type variable. In case the specified variable doesn't exist, this method will return empty string.
See also
SetString method, GetValue method, SetValue method