共用方式為


EntityFunctions.AsUnicode(String) 方法

定義

確保將輸入字串視為 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 字串。

適用於