ToString Method (value) From Json.NET previous page next page Json.NET - Quick Starts & API Documentation ToString Method (value) Namespaces ► Newtonsoft.Json ► JsonConvert ► ToString(SByte) C# Visual Basic Visual C++ Converts the SByte to its JSON string representation. Declaration Syntax C# Visual Basic Visual C++ public static string ToString( sbyte value ) Public Shared Function ToString ( _ value As SByte _ ) As String public: static String^ ToString( signed char value ) Parameters value (SByte) The value to convert. Return Value A JSON string representation of the SByte. Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623) previous page start next page