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.Page 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.Page for C++