Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / GeneralFormatter Class / ToUnformattedString Method


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

    Parameters

    value
    See Also