Note: The following method always throws InvalidCaseException:
ToUInt16(String)
- Parameters:
- Return Type: UInt16
- Description: Converts the specified string representation of a number to an equivalent 16-bit unsigned integer.
ToUInt16(UInt32)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified 32-bit unsigned integer to an equivalent 16-bit unsigned integer.
ToUInt16(String, Int32)
- Parameters:
- Value: String
- FromBase: Int32
- Return Type: UInt16
- Description: Converts the string representation of a number in a specified base to an equivalent 16-bit unsigned integer.
ToUInt16(Object, IFormatProvider)
- Parameters:
- Value: Object
- Provider: IFormatProvider
- Return Type: UInt16
- Description: Converts the value of the specified object to an equivalent 16-bit unsigned integer, using the specified culture-specific formatting information.
ToUInt16(String, IFormatProvider)
- Parameters:
- Value: String
- Provider: IFormatProvider
- Return Type: UInt16
- Description: Converts the specified string representation of a number to an equivalent 16-bit unsigned integer, using the specified culture-specific formatting information.
ToUInt16(Single)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified single-precision floating-point number to an equivalent 16-bit unsigned integer.
ToUInt16(UInt64)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified 64-bit unsigned integer to an equivalent 16-bit unsigned integer.
ToUInt16(SByte)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified 8-bit signed integer to an equivalent 16-bit unsigned integer.
ToUInt16(Double)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified double-precision floating-point number to an equivalent 16-bit unsigned integer.
ToUInt16(Int64)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified 64-bit signed integer to an equivalent 16-bit unsigned integer.
ToUInt16(Object)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified object to an equivalent 16-bit unsigned integer.
ToUInt16(Byte)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified 8-bit unsigned integer to an equivalent 16-bit unsigned integer.
ToUInt16(Char)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified Unicode character to an equivalent 16-bit unsigned integer.
ToUInt16(Boolean)
- Parameters:
- Return Type: UInt16
- Description: Converts the specified Boolean value to an equivalent 16-bit unsigned integer.
ToUInt16(Int16)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified 16-bit signed integer to an equivalent 16-bit unsigned integer.
ToUInt16(Int32)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified 32-bit signed integer to an equivalent 16-bit unsigned integer.
ToUInt16(Decimal)
- Parameters:
- Return Type: UInt16
- Description: Converts the value of the specified decimal number to an equivalent 16-bit unsigned integer.
#Rules