QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > NameField Class : Implicit Type Conversion Operator

String

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

Parameters:
Description
fldNameField to convert

Overload List

OverloadDescription
Implicit Type Conversion(NameField)String

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

Parameters:
Description
fldNameField to convert
 

Implicit Type Conversion(String)NameField

This allows the developer to directly assign a String into this Field.

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

Returns:
Type
NameField
 

Requirements

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

See Also