Returns the input string converted to uppercase
Namespace: HelperFunctions
Delphi |
function RSUpperCase(const S: string): string; inline; |
Parameters
S
Type: string
Type: string
Internally uses AnsiUpperCase (ignore name) because it handles Unicode and UpperCase does not |