Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / ISEditFormatter Interface / ToUnformattedString Method
Object containing value


In This Topic
    ToUnformattedString Method (ISEditFormatter)
    In This Topic
    Returns an unformatted string for the value passed.
    Syntax
    'Declaration
     
    
    Function ToUnformattedString( _
       ByVal value As Object _
    ) As String
    'Usage
     
    
    Dim instance As ISEditFormatter
    Dim value As Object
    Dim value As String
     
    value = instance.ToUnformattedString(value)
    string ToUnformattedString( 
       object value
    )

    Parameters

    value
    Object containing value

    Return Value

    Unformatted string
    See Also