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

UInt32

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

Parameters:
Description
fldUInt32Field to convert

Syntax

C# 
public uint operator implicit( 
   UInt32Field fld
)

Parameters

fld

Requirements

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

See Also