[Home] Module Microsoft.FSharp.Compatibility.OCaml.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.OCaml


Documentation for assembly FSharp.Compatibility, version 1.9.4.19, generated using F# version 1.9.4.19