BlobReader.IndexOf(Byte) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Searches for a specified byte in the blob following the current position.
public:
int IndexOf(System::Byte value);
public int IndexOf (byte value);
member this.IndexOf : byte -> int
Public Function IndexOf (value As Byte) As Integer
Parameters
- value
- Byte
The byte value to find.
Returns
The index relative to the current position, or -1 if the byte is not found in the blob following the current position.
Remarks
Doesn't change the current position.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.