ToString Method (RtfSimpleField)
Every object in C# inherits the ToString method, which returns a string representation of that object.
public override string ToString()
'Declaration
Public Overrides Function ToString() As String
Return Value
The string representation of that object.