View Article

Convert Class ToChar() Overrides

By Xelence Documentation posted 03-04-2024 14:24

  

Note: The following methods always throw InvalidCaseException: 

  • ToChar(Single)
  • ToChar(Double)
  • ToChar(Decimal)
  • ToChar(DateTime)
  • ToChar(Boolean)



ToChar(Object)

  • Parameters:
    • Value: Object
  • 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:
    • Value: UInt64
  • Return Type: Char
  • Description: Converts the value of the specified 64-bit unsigned integer to its equivalent Unicode character.



ToChar(UInt32)

  • Parameters:
    • Value: UInt32
  • Return Type: Char
  • Description: Converts the value of the specified 32-bit unsigned integer to its equivalent Unicode character.



ToChar(UInt16)

  • Parameters:
    • Value: UInt16
  • Return Type: Char
  • Description: Converts the value of the specified 16-bit unsigned integer to its equivalent Unicode character.



ToChar(String)

  • Parameters:
    • Value: String
  • Return Type: Char
  • Description: Converts the first character of a specified string to a Unicode character.



ToChar(SByte)

  • Parameters:
    • Value: SByte
  • 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:
    • Value: Int64
  • Return Type: Char
  • Description: Converts the value of the specified 64-bit signed integer to its equivalent Unicode character.



ToChar(Int16)

  • Parameters:
    • Value: Int16
  • Return Type: Char
  • Description: Converts the value of the specified 16-bit signed integer to its equivalent Unicode character.



ToChar(Byte)

  • Parameters:
    • Value: Byte
  • Return Type: Char
  • Description: Converts the value of the specified 8-bit unsigned integer to its equivalent Unicode character.



ToChar(Int32)

  • Parameters:
    • Value: Int32
  • Return Type: Char
  • Description: Converts the value of the specified 32-bit signed integer to its equivalent Unicode character.

#Rules
0 comments
10 views