[]
        
(Showing Draft Content)

C1.CalcEngine.ExpressionEngine.Quotes

Quotes Struct

Defines a structure containing information about a pair of quotation marks.

Namespace: C1.CalcEngine.ExpressionEngine
Assembly: C1.CalcEngine.dll
Syntax
public struct Quotes

Constructors

Name Description
Quotes(char, char)

Initializes a new instance of the Quotes struct.

Properties

Name Description
Close

Gets the character defining the close quote character.

Open

Gets the character defining the open quote character.