Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / FromUnformattedString Method / FromUnformattedString(String,IFormatProvider,String) Method


In This Topic
FromUnformattedString(String,IFormatProvider,String) Method
In This Topic
Parses and returns the "value" from an unformatted string along with additional information about the parsed string.
Syntax
'Declaration
 
Public Overloads Function FromUnformattedString( _
   ByVal value As String, _
   ByRef formatInfo As IFormatProvider, _
   ByRef formatString As String _
) As Object
 
'Usage
 
Dim instance As GeneralFormatter
Dim value As String
Dim formatInfo As IFormatProvider
Dim formatString As String
Dim value As Object
 
value = instance.FromUnformattedString(value, formatInfo, formatString)

Parameters

value
formatInfo
formatString
See Also