withSIX.Core.Presentation.SA.SecurityExceptionForm.GetConvertedString C# (CSharp) Method

GetConvertedString() private method

private GetConvertedString ( string s ) : string
s string
return string
        string GetConvertedString(string s) {
            s = s.Replace("%AppName%", UnhandledExceptionHandler.ApplicationName);
            s = s.Replace("%CompanyName%", UnhandledExceptionHandler.CompanyName);
            return s;
        }