共用方式為


SqlFunctions.NChar(Nullable<Int32>) 方法

定義

依照 Unicode 標準所定義,傳回含指定之整數碼的 Unicode 字元。

[System.Data.Entity.DbFunction("SqlServer", "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>

字元碼。

傳回

對應至輸入字元碼的字元。

屬性

適用於