SqlDecimal.ToDouble Method

Definition

Returns the a double equal to the contents of the Value property of this instance.

public:
 double ToDouble();
public double ToDouble ();
member this.ToDouble : unit -> double
Public Function ToDouble () As Double

Returns

The decimal representation of the Value property.

Applies to

See also