[]
Converts the text to a Boolean value.
public bool ParseBoolean(string text, FormatTypeEnum formatType, CultureInfo culture)
Public Function ParseBoolean(text As String, formatType As FormatTypeEnum, culture As CultureInfo) As Boolean
| Type | Name | Description |
|---|---|---|
| string | text | The string to parse. |
| FormatTypeEnum | formatType | Format type used in parsing. |
| CultureInfo | culture | Culture used in parsing. |
| Type | Description |
|---|---|
| bool |