Returns the field value cast as a boolean


Namespace: Contensive.BaseClasses
Assembly: CPBase (in CPBase.dll)

Syntax

Visual Basic (Declaration)
Public MustOverride Function GetBoolean( _ 
   ByVal FieldName As String _ 
) As Boolean
C#
public abstract bool GetBoolean(
   string FieldName
)
C++
public:
 bool GetBoolean(
   String FieldName
) abstract 
J#
public abstract bool GetBoolean(
   string FieldName
)
JScript
public abstract  function GetBoolean(
   FieldName : String
) : bool

Parameters

FieldName

See Also