Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ForceText Method


In This Topic
ForceText Method
In This Topic
Internal use only.
Syntax
'Declaration
 
Protected Overridable Function ForceText( _
   ByVal formatter As ISEditFormatter, _
   ByVal val As Object _
) As String
 
'Usage
 
Dim instance As SuperEditBase
Dim formatter As ISEditFormatter
Dim val As Object
Dim value As String
 
value = instance.ForceText(formatter, val)

Parameters

formatter
val
See Also