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 |
public static BeginAsync ( this storyboard ) : System.Threading.Tasks.Task | ||
storyboard | this | |
Résultat | System.Threading.Tasks.Task |
public static Between ( this src, string findfrom, string findto ) : string | ||
src | this | |
findfrom | string | |
findto | string | |
Résultat | string |
public static CleanFileName ( this fileName ) : string | ||
fileName | this | |
Résultat | string |
public static Contains ( this source, string toCheck, System.StringComparison comp ) : bool | ||
source | this | |
toCheck | string | |
comp | System.StringComparison | |
Résultat | bool |
public static FileNameNoExt ( this src ) : string | ||
src | this | |
Résultat | string |
public static FromHtml ( this src ) : string | ||
src | this | |
Résultat | string |
public static GetSizeReadable ( this i ) : string | ||
i | this | |
Résultat | string |
public static Truncate ( this value, int maxLength ) : string | ||
value | this | |
maxLength | int | |
Résultat | string |
public static Unescape ( this src ) : string | ||
src | this | |
Résultat | string |