طريقة System::String::ToUpper
String::ToUpper() const method
يقوم بتحويل جميع أحرف السلسلة إلى أحرف كبيرة.
String System::String::ToUpper() const
ReturnValue
السلسلة المحولة.
انظر أيضًا
- Class String
- Class String
- Namespace System
- Library Aspose.Font 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.Font for C++