FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / StringParser.Params Structure / IsQuotes Method
The character for definition.

In This Topic
    IsQuotes Method (StringParser.Params)
    In This Topic
    Determines if a character is a quote character.
    Syntax
    'Declaration
     
    Public Function IsQuotes( _
       ByVal c As Char _
    ) As Boolean
    public bool IsQuotes( 
       char c
    )

    Parameters

    c
    The character for definition.

    Return Value

    True if a quote character, false otherwise.
    See Also