SqlFuncs.StringConvert Method (Nullable<Double>)
Returns character data converted from numeric data.
Assembly: Microsoft.WindowsAzure.Mobile.Service.Entity (in Microsoft.WindowsAzure.Mobile.Service.Entity.dll)
[DbFunctionAttribute("SqlServer", "STR")] public static string StringConvert( Nullable<double> number )
Parameters
- number
-
Type:
System.Nullable<Double>
A numeric expression.
Show: