asp.net.ph

Convert.ToByte Method ( Byte )

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;

Parameters

value
An 8-bit unsigned integer.

Return Value

Parameter value is returned unchanged.

See Also

Convert Members   Convert.ToByte Overload List Skip Navigation Links


Previous page Back to top Next page

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