ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / FilterSummary Class / GetText Method
A value of summary

In This Topic
    GetText Method (FilterSummary)
    In This Topic
    Returns the formatted string with summary.
    Syntax
    'Declaration
     
    
    Public Function GetText( _
       ByVal summaryValue As Object _
    ) As String
    public string GetText( 
       object summaryValue
    )

    Parameters

    summaryValue
    A value of summary

    Return Value

    A text of summary
    See Also