StringFormattingExtensions.FormatInvariant(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.
Format string to be displayed.
public static string FormatInvariant (this string format, params object[] args);
static member FormatInvariant : string * obj[] -> string
<Extension()>
Public Function FormatInvariant (format As String, ParamArray args As Object()) As String
Parameters
- format
- String
A composite format string.
- args
- Object[]
The object to format.
Returns
A copy of format in which the format item or items have been replaced by the string representation of arg0.