Gets the String value of this string.

 

   

Syntax
 

[C#]
string GetString()
[Visual Basic]
Function GetString() As String

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The String value.

 

   

Notes
 

The method returns the String value of this string. It fails if this value is not a string.

 

   

Example
 

None.