Udostępnij za pośrednictwem


SqlCeFunctions.NChar(Nullable<Int32>) Metoda

Definicja

Zwraca znak Unicode z określonym kodem całkowitym zdefiniowanym w standardzie 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>

Kod znaku.

Zwraca

Znak odpowiadający kodowi znaku wejściowego.

Atrybuty

Dotyczy