Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / Parser Class / IsName Method


In This Topic
    IsName Method
    In This Topic
    Determines whether the string represents a name.
    Syntax
    'Declaration
     
    
    Public Shared Function IsName( _
       ByVal s As String _
    ) As Boolean
    'Usage
     
    
    Dim s As String
    Dim value As Boolean
     
    value = Parser.IsName(s)
    public static bool IsName( 
       string s
    )

    Parameters

    s
    See Also