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

ToString

If UseTextValue is set to true the TrueText or FalseText value is returned depending weather the Value is true or false. If UseTextValue is not true then the function returns the String version of Value.

Returns:
Type
System.String

Syntax

C# 
public override string ToString()

Requirements

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

See Also