Get the character used for quotes

Namespace:  SingularSys.Jep.ConfigurableParser.Tokens
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public char GetQuoteChar()
Visual Basic (Declaration)
Public Function GetQuoteChar As Char
Visual C++
public:
wchar_t GetQuoteChar()

Return Value

the quote character

See Also