MaskFormat is used to format strings. The behavior of a MaskFormat is controlled by way of a String mask that specifies the valid characters. for more informations click here
| Name | Type | Flags | Default | Default Prefix | Description |
|---|---|---|---|---|---|
| mask | String | Required, NOT Allow Null | literal | the format mask | |
| placeholder | String | NOT Allow Null | literal | the placeholder character | |
| validCharacters | String | NOT Allow Null | literal | the valid characters | |
| value | String | Required, NOT Allow Null | prop | the string value |
Informal parameters: supported