.NET API Reference for Oracle Identity Connector Framework 11.1.2
E41516-01
Formats the given message key in the current UI culture.

Namespace: Org.IdentityConnectors.Framework.Common.Objects
Assembly: Framework (in Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
string Format(
	string key,
	string dflt,
	params Object[] args
)

Parameters

key
Type: System..::..String
The message key to format.
dflt
Type: System..::..String
The default message if key is not found. If null, defaults to key.
args
Type: array<System..::..Object>[]()[][]
Parameters with which to format the message.

Return Value

Type: String
The formatted string.

See Also