[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.MaskFormatter.FromFormattedString

FromFormattedString Method

FromFormattedString(string)

Parses and returns the "value" from a formatted string.

Declaration
public virtual object FromFormattedString(string value)
Public Overridable Function FromFormattedString(value As String) As Object
Parameters
Type Name Description
string value
Returns
Type Description
object
Implements

FromFormattedString(string, bool)

Parses and returns the "value" from a formatted string.

Declaration
[Browsable(false)]
public object FromFormattedString(string value, bool checkCorrectFormatDateTime)
<Browsable(False)>
Public Function FromFormattedString(value As String, checkCorrectFormatDateTime As Boolean) As Object
Parameters
Type Name Description
string value
bool checkCorrectFormatDateTime
Returns
Type Description
object