C# 클래스 NAPS2.ImportExport.FileNamePlaceholders

파일 보기 프로젝트 열기: cyanfish/naps2 1 사용 예제들

공개 메소드들

메소드 설명
SubstitutePlaceholders ( string fileNameWithPath, System.DateTime dateTime, bool incrementIfExists = true, int numberSkip, int autoNumberDigits ) : string

비공개 메소드들

메소드 설명
SubstituteNumber ( string path, int insertionIndex, int minDigits, int skip, bool incrementIfExists ) : string

메소드 상세

SubstitutePlaceholders() 공개 메소드

public SubstitutePlaceholders ( string fileNameWithPath, System.DateTime dateTime, bool incrementIfExists = true, int numberSkip, int autoNumberDigits ) : string
fileNameWithPath string
dateTime System.DateTime
incrementIfExists bool
numberSkip int
autoNumberDigits int
리턴 string