Wijmo UI for the Web
currencySymbol Field
wijmo.input Namespace > INumberOptions Interface : currencySymbol Field

Determine the current symbol when number type is currency. The default value is according to culture.

Syntax
var instance; // Type: wijmo.input.INumberOptions;
var value; // Type: string
value = instance.currencySymbol;
var currencySymbol : string;
See Also

Reference

INumberOptions Interface