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;
Returns a string representation of the value of this instance in base-10 with no extra padding.
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.
Byte Structure | Byte Members | System Namespace | Byte.ToString Overload List