QuickObjects.ObjectBase Send comments on this topic.
Parse Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BooleanField Class : Parse Method
strValue

Parse

It will take the String parameter value and if the UseTextValue is true, then the SetFromText will be called, otherwise a boolean value will be parsed from the strValue.

If the passed in value is null or empty it will set the IsNull property to true.

Parameters:
Description
strValue

Syntax

C# 
public override void Parse( 
   string strValue
)

Parameters

strValue

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also