C# Class _3PA.Lib.Ftp.PathCheck

Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
GetValidLocalFileName ( string fileName ) : string

Replaces all invalid characters found in the provided name

Private Methods

Méthode Description
ReplaceAllChars ( string str, char oldChars, char newChar ) : string

Method Details

GetValidLocalFileName() public static méthode

Replaces all invalid characters found in the provided name
public static GetValidLocalFileName ( string fileName ) : string
fileName string A file name without directory information
Résultat string