Converts an SByte to a String. The SByte type is not CLS compliant. The CLS-compliant alternative is Byte.
[Visual Basic] The SByte type cannot be used in Visual Basic.
Converts a specified SByte to a String.
[C#] public static string ToString(sbyte);
[C++] public: static String* ToString(char);
[JScript] public static function ToString(SByte) : String;
Converts this instance of SByte to a String.
[C#] public override string ToString();
[C++] public: override String* ToString();
[JScript] public override function ToString() : String;