NotificationsExtensions.BadgeContent.BadgeNumericNotificationContent.ToString C# (CSharp) Метод

ToString() публичный Метод

Retrieves the notification Xml content as a string.
public ToString ( ) : string
Результат string
        public override string ToString()
        {
            return GetContent();
        }