Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Change the type of the internal representation of the IXmlValue.

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

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