Sdílet prostřednictvím


SqlCeFunctions.NChar(Nullable<Int32>) Metoda

Definice

Vrátí znak Unicode se zadaným celočíselným kódem definovaným standardem 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

Parametry

arg
Nullable<Int32>

Kód znaku.

Návraty

Znak, který odpovídá kódu vstupního znaku.

Atributy

Platí pro