SqlFuncs.StringConvert Method (Nullable<Double>)

 

Returns character data converted from numeric data.

Namespace:   Microsoft.WindowsAzure.Mobile.Service
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.

Return Value

Type: System.String

The input expression converted to a string.

Return to top
Show: