DefaultConfigurableCacheFactoryConvertInt Method (IXmlValue) | 
.NET API Reference for Oracle® Coherence Community Edition 
 (14.1.1.0)
E55634-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: 14.1.1.1 (14.1.1.1)
Syntaxprotected static int ConvertInt(
	IXmlValue xmlValue
)
Parameters
- xmlValue
 - Type: Tangosol.Run.XmlIXmlValue
            The element expected to contain an int value.
             
Return Value
Type: 
Int32
            The int value in the provided element, or 0 upon a conversion
            failure.
            
See Also