TSF.UmlToolingFramework.Wrappers.EA.Model.convertFromEANotes C# (CSharp) Méthode

convertFromEANotes() private méthode

private convertFromEANotes ( string EANotes, string newFormat ) : string
EANotes string
newFormat string
Résultat string
        internal string convertFromEANotes(string EANotes, string newFormat)
        {
            return this.wrappedModel.GetFormatFromField(newFormat,EANotes);
        }