Returns the field value cast as an integer


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

Syntax

Visual Basic (Declaration)
Public MustOverride Function GetInteger( _ 
   ByVal FieldName As String _ 
) As Integer
C#
public abstract int GetInteger(
   string FieldName
)
C++
public:
 int GetInteger(
   String FieldName
) abstract 
J#
public abstract int GetInteger(
   string FieldName
)
JScript
public abstract  function GetInteger(
   FieldName : String
) : int

Parameters

FieldName

See Also