Partager via


SqlFunctions.Char(Nullable<Int32>) Méthode

Définition

Retourne le caractère qui correspond à la valeur ASCII entière spécifiée.

[System.Data.Entity.DbFunction("SqlServer", "CHAR")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId="arg")]
public static string Char (Nullable<int> arg);
static member Char : Nullable<int> -> string
Public Shared Function Char (arg As Nullable(Of Integer)) As String

Paramètres

arg
Nullable<Int32>

Code ASCII.

Retours

Caractère qui correspond à la valeur ASCII spécifiée.

Attributs

S’applique à