System::Char::ToLowerInvariant 方法

Char::ToLowerInvariant method

将指定字符转换为小写。

static char_t System::Char::ToLowerInvariant(char_t c)
参数类型描述
cchar_t要转换的字符

ReturnValue

如果指定字符是大写字母,则返回该字符的小写形式,否则 - 指定字符

另见