QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion(Int64Field) Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > Int64Field Class > Implicit Type Conversion Operator : Implicit Type Conversion(Int64Field) Operator
fld

Int64

This allows the developer to directly get the value of this field as Int64.

Parameters:
Description
fldInt64Field to convert

Syntax

C# 
public long operator implicit( 
   Int64Field fld
)

Parameters

fld

Requirements

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

See Also