ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.String
    public override System.string ToString()

    Return Value

    The string representation of that object.
    See Also