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