Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / ISEditFormatter Interface / ToFormattedString Method
Object containing value


In This Topic
ToFormattedString Method (ISEditFormatter)
In This Topic
Returns a formatted string (plus attributes) for the value passed.
Syntax
'Declaration
 
Function ToFormattedString( _
   ByVal value As Object _
) As String
 
'Usage
 
Dim instance As ISEditFormatter
Dim value As Object
Dim value As String
 
value = instance.ToFormattedString(value)

Parameters

value
Object containing value

Return Value

Formatted string (plus attributes)
See Also