This is experimental documentation.
Writes a series of bytes to the console, printing them in 16-byte rows
followed by an ASCII representation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static void WriteToConsole( byte[] data )
Public Shared Sub WriteToConsole ( _ data As Byte() _ )
public: static void WriteToConsole( array<unsigned char>^ data )
Parameters
- data (array<Byte>[]()[][])
- The data to print.
Assembly: Asgard5Library (Module: Asgard5Library)