Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / FromUnformattedString Method


In This Topic
FromUnformattedString Method (MaskFormatter)
In This Topic
Parses and returns the "value" from an unformatted string.
Syntax
'Declaration
 
Public Overridable Function FromUnformattedString( _
   ByVal value As String _
) As Object
 
'Usage
 
Dim instance As MaskFormatter
Dim value As String
Dim value As Object
 
value = instance.FromUnformattedString(value)

Parameters

value
See Also