ToUpper()
TextInfo::ToUpper(char_t) const method
Converts character to upper case.
virtual char_t System::Globalization::TextInfo::ToUpper(char_t c) const
Arguments
Parameter | Type | Description |
---|---|---|
c | char_t | Character to convert. |
Return Value
Converted character.
TextInfo::ToUpper(String) const method
Converts string to upper case.
virtual String System::Globalization::TextInfo::ToUpper(String str) const
Arguments
Parameter | Type | Description |
---|---|---|
str | String | String to convert. |
Return Value
Converted string.
See Also
- Class TextInfo
- Class String
- Namespace System::Globalization
- Library Aspose.Slides