System::String::ToUpper 메서드
String::ToUpper() const method
문자열의 모든 문자를 대문자로 변환합니다.
String System::String::ToUpper() const
ReturnValue
변환된 문자열.
또 보기
- Class String
- Class String
- Namespace System
- Library Aspose.Page for C++
String::ToUpper(const SharedPtr<System::Globalization::CultureInfo>&) const method
특정 문화권을 사용하여 문자열의 모든 문자를 대문자로 변환합니다.
String System::String::ToUpper(const SharedPtr<System::Globalization::CultureInfo> &cultureInfo) const
| 매개변수 | 형식 | 설명 |
|---|---|---|
| cultureInfo | const SharedPtr<System::Globalization::CultureInfo>& | 사용할 문화권. |
ReturnValue
변환된 문자열.
또 보기
- Class String
- Typedef SharedPtr
- Class CultureInfo
- Class String
- Namespace System
- Library Aspose.Page for C++