C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.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 String
 

Parameters

str
The mate Word/RTF string object.

Return Value

Aproximate string value for Word/RTF string.
See Also