[Visual Basic] Overloads Public Shared Function ToString( _ ByVal value As Byte _ ) As String [C#] public static string ToString( byte value ); [C++] public: static String* ToString( unsigned char value ); [JScript] public static function ToString( value : Byte ) : String;
The converted value.
Implementation is the same as ToString.
Convert Class | Convert Members | System Namespace | Convert.ToString Overload List