ExceptionHelpers.FormatMessageById(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static System::String ^ FormatMessageById(System::String ^ msgId, ... cli::array <System::Object ^> ^ args);
public static string FormatMessageById (string msgId, params object[] args);
static member FormatMessageById : string * obj[] -> string
Public Shared Function FormatMessageById (msgId As String, ParamArray args As Object()) As String
Parameters
- msgId
- String
- args
- Object[]