Converts a Source String value whose format is user-defined by the Locale parameter into a Number formatted according to the default Java Locale. For example, passing a string value of "1.000,01" defined with the "nl-NL" (Netherlands) locale through this rule will result in a number with the value "1000.01". The format of the Locale needs to be a language tag.
Property | Type | Description |
---|---|---|
Source Value | Number | The source string value. |
Target Locale | String | This is the locale format that you want the target value to be in |
If the number value or Locale is NULL then returns NULL.
Comments
0 comments
Please sign in to leave a comment.