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

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

Syntax

C# 
public NameField operator implicit( 
   string name
)

Parameters

name

Requirements

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

See Also