Unicode.unicharTotitle

Converts a character to the titlecase.

struct Unicode
static
dchar
unicharTotitle
(
dchar c
)

Parameters

c dchar

a Unicode character

Return Value

Type: dchar

the result of converting c to titlecase. If c is not an uppercase or lowercase character, c is returned unchanged.