Email Factory for .NET

ByteBuffer.IndexOf Method (String, String, Int32)

Locates the index of the specified data.

public int IndexOf(
   string str,
   string encoding,
   int begin
);

Parameters

str
The string to search for.
encoding
The encoding to use with the search.
begin
The starting index.

Return Value

The index of the specified string, or -1 if not found.

See Also

ByteBuffer Class | Jscape.Email Namespace | ByteBuffer.IndexOf Overload List