'Declaration Property ApplyNumberFormat As Nullable(Of Boolean)
'Usage Dim instance As IExtendedFormat Dim value As Nullable(Of Boolean) instance.ApplyNumberFormat = value value = instance.ApplyNumberFormat
Nullable<bool> ApplyNumberFormat {get; set;}