FindString

<< Click to Display Table of Contents >>

Navigation:  Classes > TStreamHelper > Methods >

FindString

SIGNATURE=IW.Common.StreamHelper.TStreamHelper.FindString@string@Int64@Int64

 

ETYPE=Method

 

Declaration:

Delphi:

public function FindString(const s: string; const StartPos: Int64 = 0; const EndPos: Int64 = 0): Int64;

C++:

public: __fastcall __int64 FindString(const String s, const __int64 StartPos = 0, const __int64 EndPos = 0);

 

Description: Finds the first occurence of "s" string within mStream, starting at "StartPos" and ending at "EndPos" (if EndPos > 0)