[]
        
(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

The source string need to parses.

Returns
Type Description
object

Parsed value

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

The source string need to parses.

bool checkCorrectFormatDateTime

The flag to check format with date/time.

Returns
Type Description
object

Parsed value