wijmo.input Namespace > CharProcess type : GetCharType Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.CharProcess(); var value; // Type: number // Parameters var c; // Type: string value = instance.GetCharType(c); |
Javascript (Specification) | |
---|---|
function GetCharType( c : string ) : number; |