IJsonValue.GetNumber Method

Definition

Returns the number (a Double) if the ValueType of the encapsulated value is Number. If it is not, an exception is thrown.

public:
 double GetNumber();
double GetNumber();
public double GetNumber();
function getNumber()
Public Function GetNumber () As Double

Returns

Double

double

The encapsulated value.

Applies to