Converts an object to a double number.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected static double AsNumber(
	Object v
)
Visual Basic
Protected Shared Function AsNumber ( _
	v As Object _
) As Double

Parameters

v
Type: System..::..Object
The object to convert.

Return Value

The converted double value.

See Also