System::Char::ToUpperInvariant 方法
Char::ToUpperInvariant method
将指定字符转换为大写。
static char_t System::Char::ToUpperInvariant(char_t c)
| 参数 | 类型 | 描述 |
|---|---|---|
| c | char_t | 要转换的字符 |
ReturnValue
如果指定字符是小写字母,则返回大写的指定字符,否则 - 原始指定字符
另见
- Class Char
- Namespace System
- Library Aspose.Font for C++