Hunny Software Library Reference

ByteStringBuilder.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

Exceptions

Exception TypeCondition
ArgumentOutOfRangeExceptionindex < 0
- or -
index >= Length

See Also

ByteStringBuilder Class | Hunny.Base Namespace