Property FormatProvider
FormatProvider
Gets or sets an object that supplies culture-specific formatting information.
[Browsable(false)]
public virtual IFormatProvider? FormatProvider { get; set; }
Property Value
Remarks
Default value is null
. TextBox behavior is not affected
by this property, you can use it for any purposes.