ComponentOne Word for UWP
IsUnicode Method

C1.UWP.Word Assembly > C1.Xaml.Word.Objects Namespace > RtfString Class : IsUnicode Method
The text string.
Is Unicode of the text string.
Syntax
'Declaration
 
Public Shared Function IsUnicode( _
   ByVal text As System.String _
) As System.Boolean
public static System.bool IsUnicode( 
   System.string text
)

Parameters

text
The text string.

Return Value

True if the text string is Unicode, otherwise false.
See Also

Reference

RtfString Class
RtfString Members