Hunny Software Library Reference

ByteStringBuilder.Capacity Property

Gets or sets the capacity of the internal byte array.

[Visual Basic]
Public Property Capacity As Integer
[C#]
public int Capacity {get; set;}

Property Value

the capacity of the internal byte array

Remarks

If you attempt to set Capacity to a value less than Length the value remains unchanged.

Exceptions

Exception TypeCondition
ArgumentOutOfRangeException attempt to set Capacity to a negative value

See Also

ByteStringBuilder Class | Hunny.Base Namespace