Column RepresentValueAsString Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Converts/formats cell object value as string so it can be painted. This implementation relies on FormatString. Row instanced is also passed so formatting may be done per particular row state Override to perform cell-specific conversions/formatting

Namespace: NFX.WinForms.Controls.GridKit
Assembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public virtual string RepresentValueAsString(
	Object row,
	Object value
)

Return Value

Type: OnlineString
See Also