ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfObject Class / ToString Method

In This Topic
    ToString Method (RtfObject)
    In This Topic
    Gets RTF format string value for this object.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As System.String
    public override System.string ToString()

    Return Value

    The RTF format string value.
    See Also