Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
Returns a non-empty string representation of this Optional suitable
for debugging. The exact presentation format is unspecified and may
vary between implementations and versions.
Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)
Syntax
C# |
---|
public override string ToString() |
Return Value
The string representation of this instance.
Remarks
If a value is present the result must include its string
representation in the result. Empty and present Optionals must be
unambiguously differentiable.