Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.27 KB

37a084c0-55ac-7779-8036-ab22b0d9031e.md

File metadata and controls

52 lines (36 loc) · 2.27 KB

CodeUtils.GetBytesView Method

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

Syntax

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#

Parameters

 

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)"]

Return Value

Type: String
[Missing documentation for "M:NSS.Blast.CodeUtils.GetBytesView(System.Byte*,System.Int32,System.Int32,System.Boolean)"]

See Also

Reference

CodeUtils Class
NSS.Blast Namespace