LogHelper.FormatInvariant(String, Object[]) Method

Definition

Formats the string using InvariantCulture

public static string FormatInvariant (string format, params object[] args);

Parameters

format
String

Format string.

args
Object[]

Format arguments.

Returns

Formatted string.

Applies to