Get section as copy of bytes

Namespace: BasicCard.BasicCards.Loader
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public byte[] GetSectionBytes(
	string name
)
Visual Basic
Public Function GetSectionBytes ( 
	name As String
) As Byte()
Visual C++
public:
array<unsigned char>^ GetSectionBytes(
	String^ name
)
F#
member GetSectionBytes : 
        name : string -> byte[] 

Parameters

name
Type: System..::..String
Name of section, e.g. "VERS"

Return Value

Type: array<Byte>[]()[][]
Section data as bytze array or null if not found

See Also