Méthode | Description | |
---|---|---|
EscapeHashCharacter ( this str ) : string | ||
FormatCurrentCulture ( this format ) : string | ||
FormatInvariant ( this format ) : string | ||
ToSafeFileName ( this str ) : string | ||
Truncate ( this str, int maxLength ) : string |
public static EscapeHashCharacter ( this str ) : string | ||
str | this | |
Résultat | string |
public static FormatCurrentCulture ( this format ) : string | ||
format | this | |
Résultat | string |
public static FormatInvariant ( this format ) : string | ||
format | this | |
Résultat | string |
public static ToSafeFileName ( this str ) : string | ||
str | this | |
Résultat | string |
public static Truncate ( this str, int maxLength ) : string | ||
str | this | |
maxLength | int | |
Résultat | string |