ABB.Swum.Nodes.WordNode.ToPlainString C# (CSharp) Method

ToPlainString() public method

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