SqlFunctions.Char(Nullable<Int32>) 方法

定义

返回与指定的整数 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

参数

arg
Nullable<Int32>

ASCII 代码。

返回

与指定的 ASCII 值相对应的字符。

属性

适用于