Unicode.unicharTolower

Converts a character to lower case.

struct Unicode
static
dchar
unicharTolower
(
dchar c
)

Parameters

c dchar

a Unicode character.

Return Value

Type: dchar

the result of converting c to lower case. If c is not an upperlower or titlecase character, or has no lowercase equivalent c is returned unchanged.