SqlFunctions.StringConvert Method
Returns character data converted from numeric data.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
StringConvert(Nullable<Decimal>) | Returns character data converted from numeric data. |
|
StringConvert(Nullable<Double>) | Returns character data converted from numeric data. |
|
StringConvert(Nullable<Decimal>, Nullable<Int32>) | Returns character data converted from numeric data. |
|
StringConvert(Nullable<Double>, Nullable<Int32>) | Returns character data converted from numeric data. |
|
StringConvert(Nullable<Decimal>, Nullable<Int32>, Nullable<Int32>) | Returns character data converted from numeric data. |
|
StringConvert(Nullable<Double>, Nullable<Int32>, Nullable<Int32>) | Returns character data converted from numeric data. |
You cannot call this function directly. This function can only appear within a LINQ to Entities query.
This function is translated to a corresponding function in the database. For information about the corresponding SQL Server function, see STR (Transact-SQL).