Spread Windows Forms 15.0
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)
    public virtual object FromUnformattedString( 
       string value
    )

    Parameters

    value
    See Also