EK RTF report components for .Net
PreviousUpNext
EkBaseReport.Digit Method
Pascal
function Digit(ch: char): boolean;
C#
public boolean Digit(char ch);
Visual Basic
Public Function Digit(ch As char) As boolean

Checks if input char is a digit. Result is true, if tested char within 0..9.

Copyright (c) 2007. All rights reserved.