 | BaseComponentConvertToBool Method |
Convert the string to a bool value.
Namespace: Blackbaud.UAT.BaseAssembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntaxprotected static bool ConvertToBool(
string value
)
Protected Shared Function ConvertToBool (
value As String
) As Boolean
protected:
static bool ConvertToBool(
String^ value
)
Parameters
- value
- Type: SystemString
The string to try and convert to a bool.
Return Value
Type:
BooleanA bool if successfully converted. Unrecognized values throw a NotSupportedException
See Also