ComponentOne MultiSelect for WinForms
C1.Framework Namespace / CharHelper Class / IsSymbol Method / IsSymbol(String,Int32) Method

In This Topic
    IsSymbol(String,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function IsSymbol( _
       ByVal s As String, _
       ByVal index As Integer _
    ) As Boolean
    public static bool IsSymbol( 
       string s,
       int index
    )

    Parameters

    s
    index
    See Also