C# Class Imgix_Dotnet.Extensions.ObjectInvariantConversion.ObjectToInvarianString

Object extensions
Afficher le fichier Open project: estei/Imgix-Dotnet

Méthodes publiques

Méthode Description
ToInvariantString ( this sourceObject ) : string

Returns a string that represents the current object, using CultureInfo.InvariantCulture where possible.

Method Details

ToInvariantString() public static méthode

Returns a string that represents the current object, using CultureInfo.InvariantCulture where possible.
public static ToInvariantString ( this sourceObject ) : string
sourceObject this
Résultat string