C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfSimpleField Class / ToString Method

In This Topic
ToString Method (RtfSimpleField)
In This Topic
Every object in C# inherits the ToString method, which returns a string representation of that object.
Syntax
'Declaration
 
Public Overrides Function ToString() As String
 

Return Value

The string representation of that object.
See Also