Converts the
Enum to it's JavaScript string representation.

Declaration Syntax
Public Shared Function ToString ( _
value As Enum _
) As String

Parameters
- value (Enum)
- The value to convert.

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