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