Xamarin.iOS Documentation | ComponentOne
C1.iOS.Chart Assembly / C1.iOS.Chart Namespace / ChartHitTestInfo 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 String _
    ) As String
    'Usage
     
    
    Dim instance As ChartHitTestInfo
    Dim s As String
    Dim value As String
     
    value = instance.Format(s)
    public string Format( 
       string s
    )

    Parameters

    s
    An input string.

    Return Value

    Formatted string.
    See Also