Returns the input string converted to lowercase
Namespace: HelperFunctions
Delphi |
function RSLowerCase(const S: string): string; inline; |
Parameters
S
Type: string
Type: string
Internally uses AnsiLowerCase (ignore name) because it handles Unicode and LowerCase does not |