ConvertToDecimal Method (Decimal) |
Returns the specified decimal number; no actual conversion is performed.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public static decimal ToDecimal(
decimal value
)
Parameters
- value
- Type: SystemDecimal
A decimal number.
Return Value
Type:
Decimalvalue is returned unchanged.
See Also