IsQuotes Method (StringParser.Params)
Determines if a character is a quote character.
'Declaration
Public Function IsQuotes( _
ByVal As Char _
) As Boolean
public bool IsQuotes(
char
)
Parameters
- c
- The character for definition.
Return Value
True if a quote character, false otherwise.