iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

MessageManager.FormatMessage Method 

Formats a message stored in the assembly resource file.

[Visual Basic]
Public Function FormatMessage( _
   ByVal String As String, _
   ParamArray Object[] As Object() _
) As String
[C#]
public string FormatMessage(
   String key,
   params Object[] format
);

Parameters

key
The resource key.
format
The format arguments.

Return Value

A formatted string.

See Also

MessageManager Class | IBatisNet.DataAccess Namespace