Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / GeneralFormatter Class / GetPreferredDisplayFormatter Method / GetPreferredDisplayFormatter(String) Method
The formatted data string.


In This Topic
    GetPreferredDisplayFormatter(String) Method
    In This Topic
    Gets the preferred display format string.
    Syntax
    'Declaration
     
    Public Overloads Function GetPreferredDisplayFormatter( _
       ByVal s As String _
    ) As IFormatter
    'Usage
     
    Dim instance As GeneralFormatter
    Dim s As String
    Dim value As IFormatter
     
    value = instance.GetPreferredDisplayFormatter(s)
    public IFormatter GetPreferredDisplayFormatter( 
       string s
    )

    Parameters

    s
    The formatted data string.

    Return Value

    Returns the preferred formatter for the string.
    See Also