[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.GeneralFormatter.ToFormattedString

ToFormattedString Method

ToFormattedString(object)

Returns a formatted string (plus attributes) for the value passed.

Declaration
public virtual string ToFormattedString(object value)
Public Overridable Function ToFormattedString(value As Object) As String
Parameters
Type Name Description
object value

The value object

Returns
Type Description
string

Formatted string (plus attributes)

Implements