C# Class Kudu.Core.StringExtensions

Afficher le fichier Open project: projectkudu/kudu

Méthodes publiques

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

Method Details

EscapeHashCharacter() public static méthode

public static EscapeHashCharacter ( this str ) : string
str this
Résultat string

FormatCurrentCulture() public static méthode

public static FormatCurrentCulture ( this format ) : string
format this
Résultat string

FormatInvariant() public static méthode

public static FormatInvariant ( this format ) : string
format this
Résultat string

ToSafeFileName() public static méthode

public static ToSafeFileName ( this str ) : string
str this
Résultat string

Truncate() public static méthode

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