SimpleValueGetLong Method (Int64) |
Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Get the value as a long.
Namespace:
Tangosol.Run.Xml
Assembly:
Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntaxpublic virtual long GetLong(
long defaultValue
)
Parameters
- defaultValue
- Type: SystemInt64
The default return value if the internal value can not be
translated into a legal value of type long.
Return Value
Type:
Int64
The value as a long.
Implements
IXmlValueGetLong(Int64)
See Also