ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfEmpty Class / ToString Method

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

    Return Value

    The RTF format string value.
    See Also