Freigeben über


AtomTextConstruct.ToTextConstruct-Methode

Konvertiert eine Zeichenfolge in eine AtomTextConstruct-Instanz.

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

Syntax

'Declaration
Public Shared Function ToTextConstruct ( _
    text As String _
) As AtomTextConstruct
'Usage
Dim text As String
Dim returnValue As AtomTextConstruct

returnValue = AtomTextConstruct.ToTextConstruct(text)
public static AtomTextConstruct ToTextConstruct(
    string text
)
public:
static AtomTextConstruct^ ToTextConstruct(
    String^ text
)
static member ToTextConstruct : 
        text:string -> AtomTextConstruct 
public static function ToTextConstruct(
    text : String
) : AtomTextConstruct

Parameter

Rückgabewert

Typ: Microsoft.Data.OData.Atom.AtomTextConstruct
Die für Text erstellte AtomTextConstruct-Instanz.

Siehe auch

Verweis

AtomTextConstruct Klasse

Microsoft.Data.OData.Atom-Namespace