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 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;

Return Value

Returns a string representation of the value of this instance in base-10 with no extra padding.

Remarks

The ToString() method provides a string representation for the value of this instance.

No leading zero characters ('0') are prefixed to the returned string and only the following characters are used: 0, 1, 2, 3, 4, 5, 6, 7, 8, and/or 9.

See Also

Byte Structure | Byte Members | System Namespace | Byte.ToString Overload List