DelimiterEquationNode.SeparatorChar

DelimiterEquationNode.SeparatorChar property

Delimiter separator character.

public string SeparatorChar { get; set; }

Remarks

It should be noted that this property only accepts one character, and if multiple characters are passed in, only the first character is accepted.

See Also