Gets the format provider used.
Namespace: Composite.Core.IO.Plugins.IOProviderAssembly: Composite (in Composite.dll) Version: 3.2.4497.34829
Syntax
| C# |
|---|
IFormatProvider FormatProvider { get; } |
| Visual Basic |
|---|
ReadOnly Property FormatProvider As IFormatProvider Get |
| Visual C++ |
|---|
property IFormatProvider^ FormatProvider { IFormatProvider^ get (); } |