Hunny Software Library Reference

ByteString.Bytes Property

Gets the byte at the specified position.

[Visual Basic]
Public Default ReadOnly Property Bytes( _
   ByVal index As Integer _
) As Byte
[C#]
public byte this[
   int index
] {get;}

Property Value

the byte at the specified position

Remarks

index is zero-based

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex < 0
or Length <= index

See Also

ByteString Class | Hunny.Base Namespace