Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / FromFormattedString Method


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

Parameters

value
See Also