Converts obj byte value to nibbles and adds nibble elements to the end of the current instance.
OutputVar := instance.AddByte(obj)
Converts obj byte value to nibble and adds nibble elements to the end of the current instance
obj
The integer byte value of 0 to 255 to add to the current instance.
Can be any type that matches IsInteger or var integer.
Var containing Integer of the zero-based index at which the obj has been added.
Throws MfNullReferenceException if called as static method.
Throws MfArgumentOutOfRangeException if obj is less then 0 or greater then 255