[Home] Module Microsoft.FSharp.Compatibility.Char


Unicode characters, i.e. the System.Char type. see also the operations in System.Char and the System.Text.Encoding interfaces if necessary.

Values

ValueDescription
val chr : int -> char
Converts the value of the specified 32-bit signed integer to its equivalent Unicode character
val code : char -> int
Converts the value of the specified Unicode character to the equivalent 32-bit signed integer
val compare : char -> char -> int
Compares a and b and returns 1 if a > b, -1 if b < a and 0 if a = b
val lowercase : char -> char
Converts the value of a Unicode character to its lowercase equivalent
val uppercase : char -> char
Converts the value of a Unicode character to its uppercase equivalent

See Also

Microsoft.FSharp.Compatibility


Documentation for assembly FSharp.PowerPack, version 1.9.6.16, generated using F# Programming Language version 1.9.6.16