Click or drag to resize

SimpleValueEnsureType Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Change the type of the internal representation of the IXmlValue.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected virtual Object EnsureType(
	XmlValueType type
)

Parameters

type
Type: Tangosol.Run.XmlXmlValueType
The enumerated type to convert to.

Return Value

Type: Object
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