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

Checks if input char is a letter. Result is true, if tested char within a..z A..Z.

Copyright (c) 2007. All rights reserved.