将字符串转换为 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
将 String 转换为 AtomTextConstruct。
返回值
类型:Microsoft.Data.OData.Atom.AtomTextConstruct
为 text 创建的 AtomTextConstruct 实例。