System::Char::ToLower 方法
Char::ToLower(char_t) method
将指定字符转换为小写。
static char_t System::Char::ToLower(char_t c)
| Parameter | Type | 描述 |
|---|---|---|
| c | char_t | 要转换的字符 |
ReturnValue
如果指定字符是大写字母,则返回其小写形式;否则返回原字符
另见
- Class Char
- Namespace System
- Library Aspose.Page for C++
Char::ToLower(char_t, const SharedPtr<Globalization::CultureInfo>&) method
将指定字符转换为小写。
static char_t System::Char::ToLower(char_t c, const SharedPtr<Globalization::CultureInfo> &culture)
| Parameter | Type | 描述 |
|---|---|---|
| c | char_t | 要转换的字符 |
| 区域性 | const SharedPtr<Globalization::CultureInfo>& | 提供特定文化大小写规则的对象。 |
ReturnValue
如果指定字符是大写字母,则返回其小写形式;否则返回原字符
另见
- Typedef SharedPtr
- Class CultureInfo
- Class Char
- Namespace System
- Library Aspose.Page for C++