![]() |
OTX Reference
|
|
Conversion to uppercase More...

Public Attributes | |
| StringTerm | _string |
| Cardinality [1] Represents the input string whose uppercase counterpart shall be returned. More... | |
Public Attributes inherited from OpenTestSystem.Otx.Core.Terms.Term | |
| MetaData | metaData |
| Cardinality [0..1] The MetaData type allows tools to store additional, mainly tool-specific data. More... | |
Conversion to uppercase
The ToUpper term converts all lowercase characters of the specified String to their uppercase and returns the result.
Important: The term only supports the ASCII CODE range (
0x00-0x7F). Special characters such as "รค" are not converted.
| StringTerm OpenTestSystem.Otx.Extensions.StringUtil.Terms.ToUpper._string |
Cardinality [1]
Represents the input string whose uppercase counterpart shall be returned.