[]
Creates a new TextNode from string.
public TextNode(string value)
Public Sub New(value As String)
The string value. The value can't be null (Nothing).
Nothing