Click or drag to resize
ConvertToDecimal Method (Decimal)
Returns the specified decimal number; no actual conversion is performed.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public static decimal ToDecimal(
	decimal value
)

Parameters

value
Type: SystemDecimal
A decimal number.

Return Value

Type: Decimal
value is returned unchanged.
See Also