Click or drag to resize

PofHelperConvertNumber Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Convert the passed number to the specified type.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public static Object ConvertNumber(
	Object number,
	int dotNetTypeId
)

Parameters

number
Type: SystemObject
The number to convert.
dotNetTypeId
Type: SystemInt32
The .NET type ID to convert to, one of the PofConstants struct T_* constants.

Return Value

Type: Object
The number converted to the specified type.
See Also