SqlFunctions.Char Method (Nullable<Int32>)

 

Returns the character that corresponds to the specified integer ASCII value.

Namespace:   System.Data.Entity.SqlServer
Assembly:  EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)

[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", 
	MessageId = "arg")]
[DbFunctionAttribute("SqlServer", "CHAR")]
public static string Char(
	Nullable<int> arg
)

Parameters

arg
Type: System.Nullable<Int32>

An ASCII code.

Return Value

Type: System.String

The character that corresponds to the specified ASCII value.