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

Guid

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

Parameters:
Description
fldGuidField to convert

Syntax

C# 
public Guid operator implicit( 
   GuidField fld
)

Parameters

fld

Requirements

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

See Also