SearchText(String,Int32,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Function SearchText( _
ByVal As String, _
ByVal As Integer, _
ByVal As Boolean _
) As Boolean
public bool SearchText(
string ,
int ,
bool
)
public function SearchText(
: String;
: Integer;
: Boolean
): Boolean;
public function SearchText(
: String,
: int,
: boolean
) : boolean;
public: bool SearchText(
string* ,
int ,
bool
)
public:
bool SearchText(
String^ ,
int ,
bool
)
Parameters
- Text
- Occurrence
- CaseSensitive
See Also