EntityFunctions.AsUnicode(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
確保將輸入字串視為 Unicode 字串的 LINQ to Entities 運算子。 這個方法只適用於 LINQ to Entities 查詢。
public:
static System::String ^ AsUnicode(System::String ^ value);
public static string AsUnicode (string value);
static member AsUnicode : string -> string
Public Shared Function AsUnicode (value As String) As String
參數
- value
- String
輸入字串。
傳回
Unicode 字串。