RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Character.IsDigit Function

Determines whether the UTF-16 character is defined as a digit in the Unicode specifications.

Pascal
function IsDigit(C: Char): Boolean; overload;
function IsDigit(const S: string; Index: Integer): Boolean; overload;
C++
Boolean IsDigit(Char C);
Boolean IsDigit(const AnsiString S, int Index);

Returns true if the UTF-16 character is defined as a digit in the Unicode specifications. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!