Email Factory for .NET

ByteBuffer.IndexOf Method (String, String)

Locates the index of the specified data.

public int IndexOf(
   string str,
   string encoding
);

Parameters

str
The string to search for.
encoding
The encoding to use with the search.

Return Value

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

See Also

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