3 references to FormatObject
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewCell.cs (1)
1616
formattedValue = Formatter.
FormatObject
(
System\Windows\Forms\Controls\ListControl\ListControl.cs (1)
555
return (string?)Formatter.
FormatObject
(
System\Windows\Forms\DataBinding\Binding.cs (1)
772
return Formatter.
FormatObject
(value, type, fieldInfoConverter, _propInfoConverter, _formatString, _formatInfo, _nullValue, _dsNullValue);