[]
        
(Showing Draft Content)

C1.WPF.PropertyGrid.CollectionEditorValueConverter.GetFormattedString

GetFormattedString Method

GetFormattedString(object, string)

Formats the value parameter using the specified format. Uses value type name as fallback value.

Declaration
protected override string GetFormattedString(object value, string format)
Protected Overrides Function GetFormattedString(value As Object, format As String) As String
Parameters
Type Name Description
object value

The value to format.

string format

The format specifier.

Returns
Type Description
string

Formatted string if value is IFormattable, or value.ToString() otherwise