Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / MaskFormatter Class / FromFormattedString Method / FromFormattedString(String,Boolean) Method


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

Parameters

value
checkCorrectFormatDateTime
See Also