Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Change the type of the internal representation of the IXmlValue.

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

Syntax

C#
protected virtual Object EnsureType(
	XmlValueType type
)

Parameters

type
Type: Tangosol.Run.Xml..::.XmlValueType
The enumerated type to convert to.

Return Value

The current value of this SimpleValue object as the specified type or null.

Remarks

A failed conversion will leave the value as null.

See Also