C# Class PCSX2Bonus.Extensions

Afficher le fichier Open project: CyberFoxHax/PCSXBonus

Méthodes publiques

Méthode Description
BeginAsync ( this storyboard ) : System.Threading.Tasks.Task
Between ( this src, string findfrom, string findto ) : string
CleanFileName ( this fileName ) : string
Contains ( this source, string toCheck, System.StringComparison comp ) : bool
Escape ( this src ) : string
FileNameNoExt ( this src ) : string
FromHtml ( this src ) : string
GetSizeReadable ( this i ) : string
IsEmpty ( this src ) : bool
Truncate ( this value, int maxLength ) : string
Unescape ( this src ) : string

Method Details

BeginAsync() public static méthode

public static BeginAsync ( this storyboard ) : System.Threading.Tasks.Task
storyboard this
Résultat System.Threading.Tasks.Task

Between() public static méthode

public static Between ( this src, string findfrom, string findto ) : string
src this
findfrom string
findto string
Résultat string

CleanFileName() public static méthode

public static CleanFileName ( this fileName ) : string
fileName this
Résultat string

Contains() public static méthode

public static Contains ( this source, string toCheck, System.StringComparison comp ) : bool
source this
toCheck string
comp System.StringComparison
Résultat bool

Escape() public static méthode

public static Escape ( this src ) : string
src this
Résultat string

FileNameNoExt() public static méthode

public static FileNameNoExt ( this src ) : string
src this
Résultat string

FromHtml() public static méthode

public static FromHtml ( this src ) : string
src this
Résultat string

GetSizeReadable() public static méthode

public static GetSizeReadable ( this i ) : string
i this
Résultat string

IsEmpty() public static méthode

public static IsEmpty ( this src ) : bool
src this
Résultat bool

Truncate() public static méthode

public static Truncate ( this value, int maxLength ) : string
value this
maxLength int
Résultat string

Unescape() public static méthode

public static Unescape ( this src ) : string
src this
Résultat string