Click or drag to resize

PofHelperConvertNumber Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Convert the passed number to the specified type.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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