Value

MathematicalText.Value property

Текстовое значение

public string Value { get; set; }

Примеры

Пример:

[C#]
IMathematicalText mathText = new MathematicalText("x+y");
string textValue = mathText.Value;

Смотрите также