Open this page in the API Guide

Number.ConvertToNumber Method

Converts to number.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public static Number? ConvertToNumber(
	Object value
)

Parameters

value
Type: System.Object
The value.

Return Value

Type: Nullable<Number>
A Number value or null if conversion is not possible.
See Also