NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SByte.ToString

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.

Overload List [C#, C++, JScript]

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;

See Also

SByte Structure | SByte Members | System Namespace