System::Globalization::TextInfo::ToLower 方法
TextInfo::ToLower(char_t) const method
将字符转换为小写。
virtual char_t System::Globalization::TextInfo::ToLower(char_t c) const
| 参数 | 类型 | 描述 |
|---|---|---|
| c | char_t | 要转换的字符。 |
ReturnValue
已转换的字符。
另见
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Font for C++
TextInfo::ToLower(String) const method
将字符串转换为小写。
virtual String System::Globalization::TextInfo::ToLower(String str) const
| 参数 | 类型 | 描述 |
|---|---|---|
| str | String | String 用于转换。 |
ReturnValue
已转换的字符串。
另见
- Class String
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Font for C++