次の方法で共有


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>

文字コード。

戻り値

入力された文字コードに対応する文字。

属性

適用対象