Autodesk Vault ProfessionalVault API

FormatProvider Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.CurrencyColumnSettings

Gets or sets a provider which can be used to provide custom formatting for property values.

Syntax

public System.IFormatProvider FormatProvider {get; set;}
Public Property FormatProvider As System.IFormatProvider

Remarks

See http://msdn.microsoft.com/en-us/library/system.iformatprovider.aspx for Microsoft documentation on the System.IFormatProvider interface

See Also