Reference Library
Format Method (data)
NamespacesMBNCSUtilDataFormatterFormat(array<Byte>[]()[][])
Formats a data into 16-byte rows followed by an ASCII representation.
Declaration Syntax
C#Visual BasicVisual C++
public static string Format(
	byte[] data
)
Public Shared Function Format ( _
	data As Byte() _
) As String
public:
static String^ Format(
	array<unsigned char>^ data
)
Parameters
data (array<Byte>[]()[][])
The data to format.
Return Value
A string representing the data.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if data is null (Nothing in Visual Basic).

Assembly: Asgard5Library (Module: Asgard5Library)