C# Class Ass2Srt.SrtWriter

Afficher le fichier Open project: dxcheng25/AssToolkit Class Usage Examples

Méthodes publiques

Méthode Description
SrtWriter ( string strFolderPath, string strFileNameWithoutExtension, int type ) : System
WriteSrtFile ( string strSrtLines ) : bool

Private Methods

Méthode Description
CreateFolder ( ) : void

Method Details

SrtWriter() public méthode

public SrtWriter ( string strFolderPath, string strFileNameWithoutExtension, int type ) : System
strFolderPath string
strFileNameWithoutExtension string
type int
Résultat System

WriteSrtFile() public méthode

public WriteSrtFile ( string strSrtLines ) : bool
strSrtLines string
Résultat bool