Click or drag to resize
BaseComponentConvertToBool Method
Convert the string to a bool value.

Namespace: Blackbaud.UAT.Base
Assembly: Blackbaud.UAT.Core (in Blackbaud.UAT.Core.dll) Version: 1.0.1304.1 (1.0.1304.1)
Syntax
protected static bool ConvertToBool(
	string value
)

Parameters

value
Type: SystemString
The string to try and convert to a bool.

Return Value

Type: Boolean
A bool if successfully converted. Unrecognized values throw a NotSupportedException
See Also