Click or drag to resize
Json.NET

JsonConvertToString Method

 
Overload List
  NameDescription
Public methodStatic memberToString(Boolean)
Converts the Boolean to its JSON string representation.
Public methodStatic memberToString(Byte)
Converts the Byte to its JSON string representation.
Public methodStatic memberToString(Char)
Converts the Char to its JSON string representation.
Public methodStatic memberToString(DateTime)
Converts the DateTime to its JSON string representation.
Public methodStatic memberToString(DateTimeOffset)
Converts the DateTimeOffset to its JSON string representation.
Public methodStatic memberToString(Decimal)
Converts the Decimal to its JSON string representation.
Public methodStatic memberToString(Double)
Converts the Double to its JSON string representation.
Public methodStatic memberToString(Enum)
Converts the Enum to its JSON string representation.
Public methodStatic memberToString(Guid)
Converts the Guid to its JSON string representation.
Public methodStatic memberToString(Int16)
Converts the Int16 to its JSON string representation.
Public methodStatic memberToString(Int32)
Converts the Int32 to its JSON string representation.
Public methodStatic memberToString(Int64)
Converts the Int64 to its JSON string representation.
Public methodStatic memberToString(Object)
Converts the Object to its JSON string representation.
Public methodStatic memberToString(SByte)
Converts the SByte to its JSON string representation.
Public methodStatic memberToString(Single)
Converts the Single to its JSON string representation.
Public methodStatic memberToString(String)
Converts the String to its JSON string representation.
Public methodStatic memberToString(TimeSpan)
Converts the TimeSpan to its JSON string representation.
Public methodStatic memberToString(UInt16)
Converts the UInt16 to its JSON string representation.
Public methodStatic memberToString(UInt32)
Converts the UInt32 to its JSON string representation.
Public methodStatic memberToString(UInt64)
Converts the UInt64 to its JSON string representation.
Public methodStatic memberToString(Uri)
Converts the Uri to its JSON string representation.
Public methodStatic memberToString(DateTimeOffset, DateFormatHandling)
Converts the DateTimeOffset to its JSON string representation using the DateFormatHandling specified.
Public methodStatic memberToString(String, Char)
Converts the String to its JSON string representation.
Public methodStatic memberToString(DateTime, DateFormatHandling, DateTimeZoneHandling)
Converts the DateTime to its JSON string representation using the DateFormatHandling specified.
Public methodStatic memberToString(String, Char, StringEscapeHandling)
Converts the String to its JSON string representation.
Top
See Also