Request AsBoolean Method Bluefin Web Client API Documentation
Parses string as Bluefin Boolean return.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Protected Overridable Function AsBoolean ( _
	str As String _
) As Boolean

Return Value

true, if str is "1" or "true". Otherwise returns false
See Also