Converts the
String to it's JavaScript string representation.

Declaration Syntax
Public Shared Function ToString ( _
value As String, _
delimter As Char _
) As String

Parameters
- value (String)
- The value to convert.
- delimter (Char)
- The string delimiter character.

Return Value
A Json string representation of the
String.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)