SqlFunctions.Char Method (Nullable<Int32>)
Returns the character that corresponds to the specified integer ASCII value.
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.