Number  Conversion (Number to UInt16)

Converts the value from type Number to type UInt16.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public static explicit operator ushort (
	Number number
)

Parameters

number
Type: Dundas.BINumber
The Number value.

Return Value

Type: UInt16
The UInt16 value.
See Also