Unicode.unicharToupper

Converts a character to uppercase.

struct Unicode
static
dchar
unicharToupper
(
dchar c
)

Parameters

c dchar

a Unicode character

Return Value

Type: dchar

the result of converting c to uppercase. If c is not a lowercase or titlecase character, or has no upper case equivalent c is returned unchanged.