Gets the String value of this value converted to string using the standard JavaScript conversion.

 

   

Syntax
 

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

Throws Exceptions may throw Exception()

 

   

Params
 
Name Description
return The String value of the converted value.

 

   

Notes
 

The method is the chain of ToJSString and GetString without intermediate object creation.

 

   

Example
 

None.