Value

IMathematicalText.Value свойство

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

public string Value { get; set; }

Примеры

Пример:

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

См. также