'Declaration
<CategoryAttribute("Text")> <DescriptionAttribute("Gets or sets the format string used to convert the element value into a string.")> <DefaultValueAttribute("")> Public Property Format As String
[Category("Text")] [Description("Gets or sets the format string used to convert the element value into a string.")] [DefaultValue("")] public string Format {get; set;}