LogHelper.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.
Formats the string using InvariantCulture
public static string FormatInvariant (string format, params object[] args);
static member FormatInvariant : string * obj[] -> string
Public Shared Function FormatInvariant (format As String, ParamArray args As Object()) As String
Parameters
- format
- String
Format string.
- args
- Object[]
Format arguments.
Returns
Formatted string.