Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.3.0)
E80354-01
Convert the value in the specified IXmlValue to an int. If the conversion fails, a warning will be logged.

Namespace: Tangosol.Net
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.3000 (12.2.1.3000)

Syntax

C#
protected static int ConvertInt(
	IXmlValue xmlValue
)

Parameters

xmlValue
Type: Tangosol.Run.Xml..::..IXmlValue
The element expected to contain an int value.

Return Value

The int value in the provided element, or 0 upon a conversion failure.

See Also