AtomTextConstruct.ToTextConstruct Method
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 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
Parameters
- text
Type: System.String
The String to convert to an AtomTextConstruct.
Return Value
Type: Microsoft.Data.OData.Atom.AtomTextConstruct
The AtomTextConstruct instance created for text.