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
Attempt to resolve the provided macro in the format of
CopyC#
against the attributes provided at construction time.

{user-defined-name [default-value]}
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 typeImplements
XmlHelper..::..IParameterResolver..::..ResolveParameter(String, String)
Exceptions
Exception | Condition |
---|---|
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 ![]() type ![]() value ![]() null |