System Namespace Convert Class
Returns a given 8-bit unsigned integer; no actual conversion is performed.
[ VB ] Overloads Public Shared Function ToByte ( _ ByVal value As Byte _ ) As Byte [ C# ] public static byte ToByte ( byte value ); [ C++ ] public: static unsigned char ToByte ( unsigned char value ); [ JScript ] public static function ToByte ( value : Byte ) : Byte;
Parameter value is returned unchanged.
Convert Members Convert.ToByte Overload List
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note