[]
Parse RichText object from xml source, represent by string text
.
public static RichText Parse(string text)
Public Shared Function Parse(text As String) As RichText
Type | Name | Description |
---|---|---|
string | text | Source data to parse. |
Type | Description |
---|---|
RichText | A RichText object. |