JsonConvertToString Method |
Name | Description | |
---|---|---|
ToString(Boolean) |
Converts the Boolean to its JSON string representation.
| |
ToString(Byte) |
Converts the Byte to its JSON string representation.
| |
ToString(Char) |
Converts the Char to its JSON string representation.
| |
ToString(DateTime) |
Converts the DateTime to its JSON string representation.
| |
ToString(DateTimeOffset) |
Converts the DateTimeOffset to its JSON string representation.
| |
ToString(Decimal) |
Converts the Decimal to its JSON string representation.
| |
ToString(Double) |
Converts the Double to its JSON string representation.
| |
ToString(Enum) |
Converts the Enum to its JSON string representation.
| |
ToString(Guid) |
Converts the Guid to its JSON string representation.
| |
ToString(Int16) |
Converts the Int16 to its JSON string representation.
| |
ToString(Int32) |
Converts the Int32 to its JSON string representation.
| |
ToString(Int64) |
Converts the Int64 to its JSON string representation.
| |
ToString(Object) |
Converts the Object to its JSON string representation.
| |
ToString(SByte) |
Converts the SByte to its JSON string representation.
| |
ToString(Single) |
Converts the Single to its JSON string representation.
| |
ToString(String) |
Converts the String to its JSON string representation.
| |
ToString(TimeSpan) |
Converts the TimeSpan to its JSON string representation.
| |
ToString(UInt16) |
Converts the UInt16 to its JSON string representation.
| |
ToString(UInt32) |
Converts the UInt32 to its JSON string representation.
| |
ToString(UInt64) |
Converts the UInt64 to its JSON string representation.
| |
ToString(Uri) |
Converts the Uri to its JSON string representation.
| |
ToString(DateTimeOffset, DateFormatHandling) |
Converts the DateTimeOffset to its JSON string representation using the DateFormatHandling specified.
| |
ToString(String, Char) |
Converts the String to its JSON string representation.
| |
ToString(DateTime, DateFormatHandling, DateTimeZoneHandling) |
Converts the DateTime to its JSON string representation using the DateFormatHandling specified.
| |
ToString(String, Char, StringEscapeHandling) |
Converts the String to its JSON string representation.
|