ErrorTrackingOutputter.Format(String, String) 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.
protected:
System::String ^ Format(System::String ^ code, System::String ^ message);
protected:
Platform::String ^ Format(Platform::String ^ code, Platform::String ^ message);
std::wstring Format(std::wstring const & code, std::wstring const & message);
protected string Format (string code, string message);
member this.Format : string * string -> string
Protected Function Format (code As String, message As String) As String
Parameters
- code
- String
- message
- String