C# Class Functions.String

Afficher le fichier Open project: godly-devotion/Baka-MPlayer-old

Méthodes publiques

Méthode Description
AutoEllipsis ( int max, string toUse ) : string
IsAlphanumeric ( string text ) : bool
ToTitleCase ( string input ) : string

NOTE: Conversion doesn't work on words with ALL CAPS

Method Details

AutoEllipsis() public static méthode

public static AutoEllipsis ( int max, string toUse ) : string
max int
toUse string
Résultat string

IsAlphanumeric() public static méthode

public static IsAlphanumeric ( string text ) : bool
text string
Résultat bool

ToTitleCase() public static méthode

NOTE: Conversion doesn't work on words with ALL CAPS
public static ToTitleCase ( string input ) : string
input string
Résultat string