NumberFormat Property (DisplayFormat)
Gets a value that represents the format code of the associated
DisplayFormat object as it is displayed in the current user interface.
public string NumberFormat {get;}
'Declaration
Public ReadOnly Property NumberFormat As String
'Usage
Dim instance As DisplayFormat
Dim value As String
value = instance.NumberFormat
Property Value
The number format of the associated
DisplayFormat object.