C# 클래스 _3PA.Lib.Ftp.PathCheck

파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
GetValidLocalFileName ( string fileName ) : string

Replaces all invalid characters found in the provided name

비공개 메소드들

메소드 설명
ReplaceAllChars ( string str, char oldChars, char newChar ) : string

메소드 상세

GetValidLocalFileName() 공개 정적인 메소드

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