C# Class CloakedHipster.StringExtensions

Afficher le fichier Open project: shiftkey/cloaked-hipster

Méthodes publiques

Méthode Description
AsHexValue ( this s ) : string
MapDoubleToHexValue ( this input ) : string
StripPixelValue ( this s ) : string
ToTitleCase ( this s ) : string

Method Details

AsHexValue() public static méthode

public static AsHexValue ( this s ) : string
s this
Résultat string

MapDoubleToHexValue() public static méthode

public static MapDoubleToHexValue ( this input ) : string
input this
Résultat string

StripPixelValue() public static méthode

public static StripPixelValue ( this s ) : string
s this
Résultat string

ToTitleCase() public static méthode

public static ToTitleCase ( this s ) : string
s this
Résultat string