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!

Byte.ToString

Converts this instance of Byte to a String.

Overload List

Converts a specified Byte to a String and formats without leading zeros.

[Visual Basic] Overloads Public Shared Function ToString(Byte) As String
[C#] public static string ToString(byte);
[C++] public: static String* ToString(unsigned char);
[JScript] public static function ToString(Byte) : String;

Converts this instance of Byte to a String with the default.

[Visual Basic] Overloads Overrides Public Function ToString() As String
[C#] public override string ToString();
[C++] public: override String* ToString();
[JScript] public override function ToString() : String;

See Also

Byte Structure | Byte Members | System Namespace