Converts the value to “true” or “false”.
public static string ToInvariantString(this bool value)
Converts the value to a string using the invariant culture.
public static string ToInvariantString(this double value)
Converts the value to a string using the invariant culture.
public static string ToInvariantString(this int value)
Converts the value to a string using the invariant culture.
public static string ToInvariantString(this long value)
Converts the value to a string using the invariant culture.
public static string ToInvariantString(object value)
Converts the value to a string using the invariant culture.
public static string ToInvariantString(this TimeSpan value)