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

UInt16

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

Parameters:
Description
fldUInt16Field to convert

Syntax

C# 
public ushort operator implicit( 
   UInt16Field fld
)

Parameters

fld

Requirements

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

See Also