SqlFunctions.Char(Nullable<Int32>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回對應到特定整數 ASCII 值的字元。
[System.Data.Entity.DbFunction("SqlServer", "CHAR")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static string Char(Nullable<int> arg);
static member Char : Nullable<int> -> string
Public Shared Function Char (arg As Nullable(Of Integer)) As String
參數
傳回
對應到特定整數 ASCII 值的字元。
- 屬性