[]
        
(Showing Draft Content)

C1.Win.Input.Validation.ParseInfo.ParseFixed

ParseFixed Method

ParseFixed(string, FormatType, CultureInfo)

Converts the text to a Decimal value using a fixed numeric format.

Declaration
public decimal ParseFixed(string text, FormatType formatType, CultureInfo culture)
Parameters
Type Name Description
string text

The string to parse.

FormatType formatType

Format type used in parsing.

CultureInfo culture

Culture used in parsing.

Returns
Type Description
decimal