ArcObjects Library Reference (GeoDatabase)  

IFieldInfo3.NumberFormat Property

The number format for the field (invalid if non-numeric field).

[Visual Basic .NET]
Public Property NumberFormat As INumberFormat
[C#]
public INumberFormat NumberFormat {get; set;}
[C++]
HRESULT get_NumberFormat(
  INumberFormat** Format
);
[C++]
HRESULT putref_NumberFormat(
  INumberFormat* Format
);
[C++]

Parameters

Format [out, retval]

  Format is a parameter of type INumberFormat

Format [in]

  Format is a parameter of type INumberFormat

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IFieldInfo3 Interface