SnapDotNet.Apps.Notifications.BadgeContent.BadgeNumericNotificationContent.ToString C# (CSharp) Method

ToString() public method

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