StringUtility.FormatInvariant method

Formats the string using the invariant culture.

public static string FormatInvariant(this string format, params object?[] args)
parameter description
format The format string.
args The format arguments.

Return Value

The formatted string.

See Also