ToStringHelper.FormatProvider Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets format provider to be used by ToStringWithCulture method.
public:
static property IFormatProvider ^ FormatProvider { IFormatProvider ^ get(); void set(IFormatProvider ^ value); };
public static IFormatProvider FormatProvider { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
static member FormatProvider : IFormatProvider with get, set
Public Shared Property FormatProvider As IFormatProvider
Property Value
- Attributes