Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / ISEditFormatter Interface / FromFormattedString Method
Formatted string


In This Topic
FromFormattedString Method (ISEditFormatter)
In This Topic
Parses and returns the value from a formatted string.
Syntax
'Declaration
 
Function FromFormattedString( _
   ByVal value As String _
) As Object
 
'Usage
 
Dim instance As ISEditFormatter
Dim value As String
Dim value As Object
 
value = instance.FromFormattedString(value)

Parameters

value
Formatted string

Return Value

Parsed value
See Also