Méthode AtomTextConstruct.ToTextConstruct
Convertit une chaîne en instance AtomTextConstruct.
Espace de noms : Microsoft.Data.OData.Atom
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Shared Function ToTextConstruct ( _
text As String _
) As AtomTextConstruct
'Utilisation
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
Paramètres
- text
Type : System.String
String à convertir en AtomTextConstruct.
Valeur de retour
Type : Microsoft.Data.OData.Atom.AtomTextConstruct
Instance AtomTextConstruct créée pour texte.