Module pattern

Source

Structs§

ConvertString
Structure to convert a string to number
CulturePattern
The pattern which is culture dependent. Allow us to try to parse multi culture string
NumberCultureSettings
Represent the current thousand and decimal separator
NumberPatterns
All pattern defined to try to convert string to number
ParsingPattern
The parsing pattern wrapper
RegexPattern
Regex use to try to convert string to number

Enums§

NumberType
Represent if the number is Whole (int), or Decimal (float)
Separator
Represent commons separators.
TypeParsing
The type of parsing. Represent all kind of basic number format