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

UInt32Field

This allows the developer to directly assign a UInt32 into this Field. The BusinessObject property must be set manually after this assignment as BusinessObject is not set.

Parameters:
Description
valUInt32 value to set the Value property with.

Returns:
Type
UInt32Field

Syntax

C# 
public UInt32Field operator implicit( 
   uint val
)

Parameters

val

Requirements

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

See Also