Locates the index of the specified data.
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public int IndexOf( byte data ) |
Visual Basic |
---|
Public Function IndexOf ( _ data As Byte _ ) As Integer |
Visual C++ |
---|
public: int IndexOf( unsigned char data ) |
Parameters
- data
- Type: System..::..Byte
The byte to search for.