TStringHelper.ToUpper
Convert to uppercase.
Declaration
Source position: syshelph.inc line 186
public
function ToUpper : string; Overload;
Description
>ToUpper returns an uppercase version of the string.
See also
| Name | Description |
|---|---|
| TStringHelper.ToLower | Convert to lowercase |
| TStringHelper.ToLowerInvariant | Convert to lowercase |
| TStringHelper.ToUpperInvariant | Convert to uppercase |