InvariantConvert.ToInvariantString method (1 of 6)

Converts the value to “true” or “false”.

public static string ToInvariantString(this bool value)

See Also


InvariantConvert.ToInvariantString method (2 of 6)

Converts the value to a string using the invariant culture.

public static string ToInvariantString(this double value)

See Also


InvariantConvert.ToInvariantString method (3 of 6)

Converts the value to a string using the invariant culture.

public static string ToInvariantString(this int value)

See Also


InvariantConvert.ToInvariantString method (4 of 6)

Converts the value to a string using the invariant culture.

public static string ToInvariantString(this long value)

See Also


InvariantConvert.ToInvariantString method (5 of 6)

Converts the value to a string using the invariant culture.

public static string ToInvariantString(object value)

See Also


InvariantConvert.ToInvariantString method (6 of 6)

Converts the value to a string using the invariant culture.

public static string ToInvariantString(this TimeSpan value)

See Also