TStringHelper.ToUpperInvariant
Convert to uppercase
Declaration
Source position: syshelph.inc line 187
public
function ToUpperInvariant : string;
Description
ToUpperInvariant is equal to TStringHelper.ToUpper
See also
| Name | Description |
|---|---|
| TStringHelper.ToLower | Convert to lowercase |
| TStringHelper.ToLowerInvariant | Convert to lowercase |
| TStringHelper.ToUpper | Convert to uppercase. |