Click or drag to resize

SimpleValueEnsureType Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Change the type of the internal representation of the IXmlValue.

Namespace:  Tangosol.Run.Xml
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
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