Spread Windows Forms 12.0 Product Documentation
ToUnformattedString Method


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > ISEditFormatter Interface : ToUnformattedString Method
Object containing value
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)
string ToUnformattedString( 
   object value
)

Parameters

value
Object containing value

Return Value

String containing unformatted string
See Also

Reference

ISEditFormatter Interface
ISEditFormatter Members