Gets the String value of this value converted to string using the standard JavaScript conversion.
[C#] string GetValueString() [Visual Basic] Function GetValueString() As String
string GetValueString()
Function GetValueString() As String
may throw Exception()
The method is the chain of ToJSString and GetString without intermediate object creation.
None.