Wijmo UI for the Web
getText Method
wijmo.input Namespace > wijinputmask type : getText Method
Gets the text displayed in the input box.
Syntax
$(function () {
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijinputmask("getText");
});
function getText() : string;
See Also

Reference

wijinputmask type
wijinputmask jQuery Widget