將字串轉換為 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
為 [文字] 建立的 AtomTextConstruct 執行個體。