ABB.Swum.Nodes.WordNode.ToPlainString C# (CSharp) Méthode

ToPlainString() public méthode

Returns the text of the word, with no added markup.
public ToPlainString ( ) : string
Résultat string
        public override string ToPlainString() {
            return this.Text;
        }