SqlCeFunctions.NChar Method (Nullable<Int32>)

 

Returns the Unicode character with the specified integer code, as defined by the Unicode standard.

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

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

Parameters

arg
Type: System.Nullable<Int32>

A character code.

Return Value

Type: System.String

The character that corresponds to the input character code.