ComponentOne CalendarView for WinForms
ParseFixed Method

C1.Win.C1Input Namespace > ParseInfo Class : ParseFixed Method
The string to parse.
Format type used in parsing.
Culture used in parsing.
Converts the text to a Decimal value using a fixed numeric format.
Syntax
'Declaration
 
Public Function ParseFixed( _
   ByVal text As String, _
   ByVal formatType As FormatTypeEnum, _
   ByVal culture As CultureInfo _
) As Decimal

Parameters

text
The string to parse.
formatType
Format type used in parsing.
culture
Culture used in parsing.
See Also

Reference

ParseInfo Class
ParseInfo Members