Wijmo UI for the Web
IsAlphabet Method
Syntax
Javascript (Usage) 
var instance = new wijmo.input.CharProcess();
var value; // Type: bool

// Parameters
var c; // Type:  string

value = instance.IsAlphabet(c);
Javascript (Specification) 
function IsAlphabet( 
   c : string
) : bool;

Parameters

c
Browser Compatibility
7
5
5

See Also

Reference

CharProcess type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.