ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.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 String
    public override string ToString()

    Return Value

    The RTF format string value.
    See Also