SqlFunctions.Unicode(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
依照 Unicode 標準所定義,傳回輸入運算式第一個字元的整數值。
[System.Data.Entity.DbFunction("SqlServer", "UNICODE")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static Nullable<int> Unicode(string arg);
static member Unicode : string -> Nullable<int>
Public Shared Function Unicode (arg As String) As Nullable(Of Integer)
參數
- arg
- String
有效的字串。
傳回
輸入字串中第一個字元的字元碼。
- 屬性