SqlFunctions.NChar Method (Nullable<Int32>)
Returns the Unicode character with the specified integer code, as defined by the Unicode standard.
Assembly: EntityFramework.SqlServer (in EntityFramework.SqlServer.dll)
[SuppressMessageAttribute("Microsoft.Usage", "CA1801:ReviewUnusedParameters", MessageId = "arg")] [DbFunctionAttribute("SqlServer", "NCHAR")] public static string NChar( Nullable<int> arg )
Parameters
- arg
-
Type:
System.Nullable<Int32>
A character code.