C# Class Cimbalino.Phone.Toolkit.Extensions.IFormattableExtensions

Provides a set of static (Shared in Visual Basic) methods for IFormattable instances.
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
ToStringInvariantCulture ( this input, string format ) : string

Converts the value of this instance to its equivalent string representation, using the specified format and an CultureInfo.InvariantCulture.

Method Details

ToStringInvariantCulture() public static method

Converts the value of this instance to its equivalent string representation, using the specified format and an CultureInfo.InvariantCulture.
public static ToStringInvariantCulture ( this input, string format ) : string
input this The input.
format string A standard or custom format string.
return string