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:

Reverse

 

method Reverse(aArray: array of Byte)

 

void Reverse(Byte[] aArray)

 

func Reverse(_ aArray: Byte...)

 

Sub Reverse(aArray As Byte())

Parameters:

  • aArray: