ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfField Class / ToString Method

In This Topic
    ToString Method (RtfField)
    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 String
    public override string ToString()

    Return Value

    The string representation of that object.
    See Also