ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfParamCollection Class / ToString() Method

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

    Return Value

    The RTF format string value.
    See Also