'宣言 Public Function ParseFixed( _ ByVal text As System.String, _ ByVal formatType As FormatTypeEnum, _ ByVal culture As System.Globalization.CultureInfo _ ) As System.Decimal
public System.decimal ParseFixed( System.string text, FormatTypeEnum formatType, System.Globalization.CultureInfo culture )
パラメータ
- text
- The string to parse.
- formatType
- Format type used in parsing.
- culture
- Culture used in parsing.