FormatMask
Depending on FormatType either the String.Format mask without a leading 0 or the types ToString() mask:
cs
[DefaultValue("")] public String FormatMask { get; set; }
Depending on FormatType either the String.Format mask without a leading 0 or the types ToString() mask:
[DefaultValue("")] public String FormatMask { get; set; }