withSIX.Core.Presentation.SA.SecurityExceptionForm.GetConvertedString C# (CSharp) Метод

GetConvertedString() приватный Метод

private GetConvertedString ( string s ) : string
s string
Результат string
        string GetConvertedString(string s) {
            s = s.Replace("%AppName%", UnhandledExceptionHandler.ApplicationName);
            s = s.Replace("%CompanyName%", UnhandledExceptionHandler.CompanyName);
            return s;
        }