Ass2Srt.AssAnalyzer.ConvertToTrad C# (CSharp) Method

ConvertToTrad() protected method

protected ConvertToTrad ( string strDialogue ) : string
strDialogue string
return string
        protected string ConvertToTrad(string strDialogue)
        {
            return (Microsoft.VisualBasic.Strings.StrConv(strDialogue as String, Microsoft.VisualBasic.VbStrConv.TraditionalChinese, 0));
            //return "";
        }