Convert the passed object to the specified type.

Namespace: Tangosol.Run.Xml
Assembly: Coherence (in Coherence.dll) Version: 12.1.2.0 (12.1.2.0)

Syntax

C#
protected virtual Object Convert(
	Object o,
	XmlValueType type
)

Parameters

o
Type: System..::..Object
The object value.
type
Type: Tangosol.Run.Xml..::..XmlValueType
The enumerated type to convert to.

Return Value

An object of the specified type.

See Also