SnapDotNet.Apps.Notifications.BadgeContent.BadgeNumericNotificationContent.ToString C# (CSharp) Méthode

ToString() public méthode

Retrieves the notification Xml content as a string.
public ToString ( ) : string
Résultat string
                public override string ToString()
                {
                    return GetContent();
                }