Converts the
Uri to its JSON string representation.
Declaration Syntax
C# |
Visual Basic |
Visual C++ |
Public Shared Function ToString ( _
value As Uri _
) As String
public:
static String^ ToString(
Uri^ value
)
Parameters
- value (Uri)
- The value to convert.
Return Value
A JSON string representation of the
Uri.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)