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

SetFromText

If the value of textValue parameter matches the TrueText property, the value property is set to true, otherwise it is set to false.

Parameters:
Description
textValue

Syntax

C# 
public void SetFromText( 
   string textValue
)

Parameters

textValue

Requirements

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

See Also