ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfString Class / Implicit Type Conversion Operator
The mate Word/RTF string object.

In This Topic
    Implicit Type Conversion Operator (RtfString)
    In This Topic
    Convert implicitly to string.
    Syntax
    'Declaration
     
    Public Operator Widening CType( _
       ByVal str As RtfString _
    ) As System.String
    public System.string operator implicit( 
       RtfString str
    )

    Parameters

    str
    The mate Word/RTF string object.

    Return Value

    Aproximate string value for Word/RTF string.
    See Also