Convert..::..ToByte Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
ToByte(Object) |
Converts the value of the specified object to an 8-bit unsigned integer.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
|
![]() ![]() |
ToByte(Object, IFormatProvider) |
Converts the value of the specified object to an 8-bit unsigned integer, using the specified culture-specific formatting information.
Note: Calling this method for [DateTime] value always throws InvalidCastException.
|
![]() ![]() |
ToByte(String, Int32) |
Converts the string representation of a number in a specified base to an equivalent 8-bit unsigned integer.
|