Gets the String value of this string.
[C#] string GetString() [Visual Basic] Function GetString() As String
string GetString()
Function GetString() As String
may throw Exception()
The method returns the String value of this string. It fails if this value is not a string.
None.