Compartir a través de


SqlFunctions.NChar(Nullable<Int32>) Método

Definición

Devuelve el carácter Unicode correspondiente al código entero dado, tal como se define en el estándar 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

Parámetros

arg
Nullable<Int32>

Un código de carácter.

Devoluciones

Carácter correspondiente al código del carácter de entrada.

Atributos

Se aplica a