C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / ParseInfo Class / ParseBoolean Method
The string to parse.
Format type used in parsing.
Culture used in parsing.

In This Topic
ParseBoolean Method
In This Topic
Converts the text to a Boolean value.
Syntax
'Declaration
 
Public Function ParseBoolean( _
   ByVal text As String, _
   ByVal formatType As FormatTypeEnum, _
   ByVal culture As CultureInfo _
) As Boolean
 

Parameters

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