wijmo.input Namespace > wijNumberFormat type : isZero Method |
Javascript (Usage) | |
---|---|
var instance = new wijmo.input.wijNumberFormat(); var value; // Type: bool // Parameters var val; // Type: string value = instance.isZero(val); |
Javascript (Specification) | |
---|---|
function isZero( val : string ) : bool; |