Returns true if the input character C is in the array of characters
Namespace: HelperFunctions
Delphi |
function RSCharInSet(const C: WideChar; const SomeChars: array of Char): Boolean; overload; |
Parameters
C
Type: WideChar
SomeChars
Type: array of Char
Type: Boolean
Reference |