ComponentOne FlexReport for WinForms
IsWholeWord Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > Utils Class : IsWholeWord Method
Syntax
'Declaration
 
Public Shared Function IsWholeWord( _
   ByVal word As System.String, _
   ByVal text As System.String, _
   ByVal idx As System.Integer _
) As System.Boolean
public static System.bool IsWholeWord( 
   System.string word,
   System.string text,
   System.int idx
)

Parameters

word
text
idx
See Also

Reference

Utils Class
Utils Members