BufferedBinaryWriterToArray Method |
Extracts current contents of internal MemoryStream to a new byte array and resets
this BufferedBinaryWriter to empty state.
Namespace:
Arsenal.ImageMounter.IO
Assembly:
Arsenal.ImageMounter (in Arsenal.ImageMounter.dll) Version: 1.0.0.0 (3.4.140.0)
Syntax Public Function ToArray As Byte()
public:
array<unsigned char>^ ToArray()
member ToArray : unit -> byte[]
Return Value
Type:
ByteSee Also