ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Chart Namespace / HitTestInfo Class / Format Method
An input string.

In This Topic
    Format Method
    In This Topic
    Formats the string.
    Syntax
    'Declaration
     
    Public Function Format( _
       ByVal s As System.String _
    ) As System.String
    public System.string Format( 
       System.string s
    )

    Parameters

    s
    An input string.

    Return Value

    Formatted string.
    See Also