طريقة System::Globalization::TextInfo::ToUpper
TextInfo::ToUpper(char_t) const method
يحوّل الحرف إلى حالة كبيرة.
virtual char_t System::Globalization::TextInfo::ToUpper(char_t c) const
| Parameter | Type | الوصف |
|---|---|---|
| c | char_t | الحرف المراد تحويله. |
ReturnValue
الحرف المحول.
انظر أيضًا
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Page for C++
TextInfo::ToUpper(String) const method
يحوّل السلسلة إلى حالة كبيرة.
virtual String System::Globalization::TextInfo::ToUpper(String str) const
| Parameter | Type | الوصف |
|---|---|---|
| str | String | String للتحويل. |
ReturnValue
السلسلة المحولة.
انظر أيضًا
- Class String
- Class TextInfo
- Namespace System::Globalization
- Library Aspose.Page for C++