Tipic Instant Messaging Platform - Programmer's Reference Guide

ByteStack Implicit ByteStack to Byte[] Conversion 

Convert to byte[] by making a trimmed copy.

[Visual Basic]
returnValue = ByteStack.op_Implicit(bs)
[C#]
public static implicit operator byte[](
   ByteStack bs
);

Parameters

bs

See Also

ByteStack Class | bedrock.collections Namespace