Attributes |
Name | Required | Request-time | Type | Description |
value | false | true | java.lang.String | String to be parsed. |
type | false | true | java.lang.String | Specifies whether the string in the value attribute should be parsed as a number, currency, or percentage. |
pattern | false | true | java.lang.String | Custom formatting pattern that determines how the string in the value attribute is to be parsed. |
parseLocale | false | true | java.lang.String | Locale whose default formatting pattern (for numbers, currencies, or percentages, respectively) is to be used during the parse operation, or to which the pattern specified via the pattern attribute (if present) is applied. |
integerOnly | false | true | java.lang.String | Specifies whether just the integer portion of the given value should be parsed. |
var | false | false | java.lang.String | Name of the exported scoped variable which stores the parsed result (of type java.lang.Number). |
scope | false | false | java.lang.String | Scope of var. |