TextConverter.NumberFormat Property
Namespace: Microsoft.Office.Project.Conversion
Assembly: Microsoft.Office.Project.Shared (in Microsoft.Office.Project.Shared.dll)
Syntax
'Declaration
Public ReadOnly Property NumberFormat As NumberFormatInfo
Get
'Usage
Dim instance As TextConverter
Dim value As NumberFormatInfo
value = instance.NumberFormat
public NumberFormatInfo NumberFormat { get; }
Property Value
Type: System.Globalization.NumberFormatInfo