ComponentOne Input for WinForms
IsAlphabet(String,Int32) Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CharHelper Class > IsAlphabet Method : IsAlphabet(String,Int32) Method
A string.
The character position in s.
Indicates whether the character at the specified position in the specified string is a alphabet letter.
Syntax
'Declaration
 
Public Overloads Shared Function IsAlphabet( _
   ByVal s As System.String, _
   ByVal index As System.Integer _
) As System.Boolean
public static System.bool IsAlphabet( 
   System.string s,
   System.int index
)

Parameters

s
A string.
index
The character position in s.

Return Value

true if the character at position index in s is a alphabet letter; otherwise, false.
See Also

Reference

CharHelper Class
CharHelper Members
Overload List