Click or drag to resize
ConvertToByte Method
Overload List
  NameDescription
Public methodStatic memberToByte(Boolean)
Converts the specified Boolean value to the equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(Byte)
Returns the specified 8-bit unsigned integer; no actual conversion is performed.
Public methodStatic memberToByte(Char)
Converts the value of the specified Unicode character to the equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(DateTime)
Calling this method always throws InvalidCastException.
Public methodStatic memberToByte(Decimal)
Converts the value of the specified decimal number to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(Double)
Converts the value of the specified double-precision floating-point number to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(Int16)
Converts the value of the specified 16-bit signed integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(Int32)
Converts the value of the specified 32-bit signed integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(Int64)
Converts the value of the specified 64-bit signed integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(Object)
Converts the value of the specified object to an 8-bit unsigned integer.
Public methodStatic memberToByte(SByte)
Converts the value of the specified 8-bit signed integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(Single)
Converts the value of the specified single-precision floating-point number to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(String)
Converts the specified string representation of a number to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(UInt16)
Converts the value of the specified 16-bit unsigned integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(UInt32)
Converts the value of the specified 32-bit unsigned integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(UInt64)
Converts the value of the specified 64-bit unsigned integer to an equivalent 8-bit unsigned integer.
Public methodStatic memberToByte(Object, IFormatProvider)
Converts the value of the specified object to an 8-bit unsigned integer, using the specified culture-specific formatting information.
Public methodStatic memberToByte(String, IFormatProvider)
Converts the specified string representation of a number to an equivalent 8-bit unsigned integer, using specified culture-specific formatting information.
Public methodStatic memberToByte(String, Int32)
Converts the string representation of a number in a specified base to an equivalent 8-bit unsigned integer.
Top
See Also