C# Class Imgix_Dotnet.Extensions.ObjectInvariantConversion.ObjectToInvarianString

Object extensions
Show file Open project: estei/Imgix-Dotnet

Public Methods

Method Description
ToInvariantString ( this sourceObject ) : string

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

Method Details

ToInvariantString() public static method

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