Spread Windows Forms 12.0 Product Documentation
FromUnformattedString Method


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > ISEditFormatter Interface : FromUnformattedString Method
Unformatted string
Parses and returns the value from an unformatted string.
Syntax
'Declaration
 
Function FromUnformattedString( _
   ByVal value As String _
) As Object
'Usage
 
Dim instance As ISEditFormatter
Dim value As String
Dim value As Object
 
value = instance.FromUnformattedString(value)
object FromUnformattedString( 
   string value
)

Parameters

value
Unformatted string

Return Value

Object containing parsed value
See Also

Reference

ISEditFormatter Interface
ISEditFormatter Members