AtomTextConstruct Implicit Conversion (String to AtomTextConstruct)

Converts a string to an AtomTextConstruct instance.

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public Shared Widening Operator CType ( _
    text As String _
) As AtomTextConstruct
'Usage
Dim input As String 
Dim output As AtomTextConstruct 

output = CType(input, AtomTextConstruct)
public static implicit operator AtomTextConstruct (
    string text
)
static implicit operator AtomTextConstruct^ (
    String^ text
)
JScript supports the use of custom casts, but not the declaration of new ones.

Parameters

Return Value

Type: Microsoft.Data.OData.Atom.AtomTextConstruct
The AtomTextConstruct instance created for text.

See Also

Reference

AtomTextConstruct Class

Microsoft.Data.OData.Atom Namespace