C# Class Ass2Srt.AssAnalyzer

Show file Open project: dxcheng25/AssToolkit

Protected Methods

Method Description
ConvertToTrad ( string strDialogue ) : string
CountDigitsInString ( string strDialogues ) : int
CountLettersInString ( string strDialogues, char l ) : int
CountSpacesInString ( string strDialogues ) : int
DialogueSplitter ( string strDialogues ) : string[]
SplitString ( string originalString, string seperator ) : string[]

Method Details

ConvertToTrad() protected method

protected ConvertToTrad ( string strDialogue ) : string
strDialogue string
return string

CountDigitsInString() protected method

protected CountDigitsInString ( string strDialogues ) : int
strDialogues string
return int

CountLettersInString() protected method

protected CountLettersInString ( string strDialogues, char l ) : int
strDialogues string
l char
return int

CountSpacesInString() protected method

protected CountSpacesInString ( string strDialogues ) : int
strDialogues string
return int

DialogueSplitter() protected method

protected DialogueSplitter ( string strDialogues ) : string[]
strDialogues string
return string[]

SplitString() protected method

protected SplitString ( string originalString, string seperator ) : string[]
originalString string
seperator string
return string[]