[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfSimpleField.ToString

ToString Method

ToString()

Every object in C# inherits the ToString method, which returns a string representation of that object.

Declaration
public override string ToString()
Returns
Type Description
string

The string representation of that object.

Overrides