wijmo.input Namespace > Utility type : CheckChar Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.Utility(); var returnValue; // Type: any // Parameters var value; // Type: any returnValue = instance.CheckChar(value); |
Javascript (Specification) | |
---|---|
function CheckChar( value : any ) : any; |