文字列を AtomTextConstruct インスタンスに変換します。
名前空間: Microsoft.Data.OData.Atom
アセンブリ: Microsoft.Data.OData (Microsoft.Data.OData.dll)
構文
'宣言
Public Shared Function ToTextConstruct ( _
text As String _
) As AtomTextConstruct
'使用
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
パラメーター
- text
型: System.String
AtomTextConstruct に変換する String。
戻り値
型: Microsoft.Data.OData.Atom.AtomTextConstruct
text に対して作成された AtomTextConstruct インスタンス。