array of System.Byte Extension
Location
- Reference: Elements.dll
- Namespace: RemObjects.Elements.RTL
- Extends: array of System.Byte
- Platforms: .NET, .NET Core 6.0, .NET Standard 2.0
Instance Methods
IndexOf
method IndexOf(aBytes: array of Byte): Int32
Int32 IndexOf(Byte[] aBytes)
func IndexOf(_ aBytes: Byte...) -> Int32
Function IndexOf(aBytes As Byte()) As Int32
Parameters:
- aBytes:
ReverseArray
method ReverseArray
void ReverseArray()
func ReverseArray()
Sub ReverseArray()