Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Attempt to resolve the provided macro in the format of
CopyC#
{user-defined-name [default-value]}
against the attributes provided at construction time.

Namespace: Tangosol.Util
Assembly: Coherence (in Coherence.dll) Version: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public virtual Object ResolveParameter(
	string type,
	string value
)

Parameters

type
Type: System..::..String
parameter type
value
Type: System..::..String
the raw marco

Return Value

the resolved value converted to the appropriate type

Implements

XmlHelper..::..IParameterResolver..::..ResolveParameter(String, String)

Exceptions

ExceptionCondition
System..::..ArgumentException If the provided macro value is in the incorrect format.
System..::..ArgumentException The parameter cannot be resolved against the attributes provided at construction time and the macro does not include a default
System..::..ArgumentNullException If
CopyC#
type
or
CopyC#
value
is
CopyC#
null

See Also