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