parseDecimalSeparator property

String parseDecimalSeparator
getter/setter pair

A static property that gets/sets the character to be recognized by the parsing engine as decimal separator for numbers.

Implementation

static String parseDecimalSeparator = '.';