BlobReader.IndexOf(Byte) 方法

定义

在当前位置之后的 blob 中搜索指定的字节。

public:
 int IndexOf(System::Byte value);
public int IndexOf (byte value);
member this.IndexOf : byte -> int
Public Function IndexOf (value As Byte) As Integer

参数

value
Byte

要查找的字节值。

返回

相对于当前位置的索引;或者,如果在当前位置之后的 blob 中没有找到字节,则为 -1。

注解

不更改当前位置。

适用于