withSIX.Core.Presentation.SA.SecurityExceptionForm.GetConvertedString C# (CSharp) Méthode

GetConvertedString() private méthode

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