SqlCeFunctions.NChar(Nullable<Int32>) 方法

定义

根据 Unicode 标准的定义,返回具有指定整数代码的 Unicode 字符。

[System.Data.Entity.DbFunction("SqlServerCe", "NCHAR")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static string NChar (Nullable<int> arg);
static member NChar : Nullable<int> -> string
Public Shared Function NChar (arg As Nullable(Of Integer)) As String

参数

arg
Nullable<Int32>

字符代码。

返回

与输入字符代码相对应的字符。

属性

适用于