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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph