[]
Converts the text to a Decimal value using a fixed numeric format.
public decimal ParseFixed(string text, FormatTypeEnum formatType, CultureInfo culture)
| Type | Name | Description |
|---|---|---|
| string | text | The string to parse. |
| FormatTypeEnum | formatType | Format type used in parsing. |
| CultureInfo | culture | Culture used in parsing. |
| Type | Description |
|---|---|
| decimal |