return bytes formatted as 000| 000 000 000 000 000 000 000 000
Namespace: NSS.Blast
Assembly: BLAST (in BLAST.dll) Version: 1.0.0
C#
public static string GetBytesView(
byte* code,
int length,
int column_count = 8,
bool use_index = false
)
VB
C++
public:
static String^ GetBytesView(
unsigned char* code,
int length,
int column_count = 8,
bool use_index = false
)
F#
- code
- Type: System.Byte
[Missing documentation for "M:NSS.Blast.CodeUtils.GetBytesView(System.Byte,System.Int32,System.Int32,System.Boolean)"] - length
- Type: System.Int32
[Missing documentation for "M:NSS.Blast.CodeUtils.GetBytesView(System.Byte*,System.Int32,System.Int32,System.Boolean)"] - column_count (Optional)
- Type: System.Int32
[Missing documentation for "M:NSS.Blast.CodeUtils.GetBytesView(System.Byte*,System.Int32,System.Int32,System.Boolean)"] - use_index (Optional)
- Type: System.Boolean
[Missing documentation for "M:NSS.Blast.CodeUtils.GetBytesView(System.Byte*,System.Int32,System.Int32,System.Boolean)"]
Type: String
[Missing documentation for "M:NSS.Blast.CodeUtils.GetBytesView(System.Byte*,System.Int32,System.Int32,System.Boolean)"]