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


In This Topic
ToUnformattedString Method (ISEditFormatter)
In This Topic
Returns an unformatted string for the value passed.
Syntax
'Declaration
 
Function ToUnformattedString( _
   ByVal value As Object _
) As String
 
'Usage
 
Dim instance As ISEditFormatter
Dim value As Object
Dim value As String
 
value = instance.ToUnformattedString(value)

Parameters

value
Object containing value

Return Value

Unformatted string
See Also