In This Topic
GdPicture14.WPF Namespace / GdViewer Class / SearchTextRegex Method / SearchTextRegex(String,Int32,Boolean) Method

SearchTextRegex(String,Int32,Boolean) Method

In This Topic
Syntax
'Declaration

 

Public Overloads Function SearchTextRegex( _

   ByVal Pattern As String, _

   ByVal Occurence As Integer, _

   ByVal CaseSensitive As Boolean _

) As Boolean
public bool SearchTextRegex( 

   string Pattern,

   int Occurence,

   bool CaseSensitive

)
public function SearchTextRegex( 

    Pattern: String;

    Occurence: Integer;

    CaseSensitive: Boolean

): Boolean; 
public function SearchTextRegex( 

   Pattern : String,

   Occurence : int,

   CaseSensitive : boolean

) : boolean;
public: bool SearchTextRegex( 

   string* Pattern,

   int Occurence,

   bool CaseSensitive

) 
public:

bool SearchTextRegex( 

   String^ Pattern,

   int Occurence,

   bool CaseSensitive

) 

Parameters

Pattern
Occurence
CaseSensitive
See Also