[]
        
(Showing Draft Content)

FarPoint.Win.SuperEdit.MaskFormatter.FromUnformattedString

FromUnformattedString Method

FromUnformattedString(string)

Parses and returns the "value" from an unformatted string.

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

The source string need to unformatted.

Returns
Type Description
object

Parsed value

Implements