Note: The following methods always throw InvalidCaseException:
- ToChar(Single)
- ToChar(Double)
- ToChar(Decimal)
- ToChar(DateTime)
- ToChar(Boolean)
ToChar(Object)
- Parameters:
- Return Type: Char
- Description: Converts the value of the specified object to a Unicode character.
ToChar(Object, IFormatProvider)
- Parameters:
- Value: Object
- Provider: IFormatProvider
- Return Type: Char
- Description: Converts the value of the specified object to a Unicode character, using the specified culture-specific formatting information.
ToChar(UInt64)
- Parameters:
- Return Type: Char
- Description: Converts the value of the specified 64-bit unsigned integer to its equivalent Unicode character.
ToChar(UInt32)
- Parameters:
- Return Type: Char
- Description: Converts the value of the specified 32-bit unsigned integer to its equivalent Unicode character.
ToChar(UInt16)
- Parameters:
- Return Type: Char
- Description: Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character.
ToChar(String)
- Parameters:
- Return Type: Char
- Description: Converts the first character of a specified string to a Unicode character.
ToChar(SByte)
- Parameters:
- Return Type: Char
- Description: Converts the value of the specified 8-bit signed integer to its equivalent Unicode character.
ToChar(String, IFormatProvider)
- Parameters:
- Value: String
- Provider: IFormatProvider
- Return Type: Char
- Description: Converts the first character of a specified string to a Unicode character, using specified culture-specific formatting information.
ToChar(Int64)
- Parameters:
- Return Type: Char
- Description: Converts the value of the specified 64-bit signed integer to its equivalent Unicode character.
ToChar(Int16)
- Parameters:
- Return Type: Char
- Description: Converts the value of the specified 16-bit signed integer to its equivalent Unicode character.
ToChar(Byte)
- Parameters:
- Return Type: Char
- Description: Converts the value of the specified 8-bit unsigned integer to its equivalent Unicode character.
ToChar(Int32)
- Parameters:
- Return Type: Char
- Description: Converts the value of the specified 32-bit signed integer to its equivalent Unicode character.
#Rules