Constructs a BasicCardString from raw binary data
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public BasicCardStringN(
int N,
byte[] data,
byte fillchar
) |
Visual Basic |
---|
Public Sub New (
N As Integer,
data As Byte(),
fillchar As Byte
) |
Visual C++ |
---|
public:
BasicCardStringN(
int N,
array<unsigned char>^ data,
unsigned char fillchar
) |
F# |
---|
new :
N : int *
data : byte[] *
fillchar : byte -> BasicCardStringN |
Parameters
- N
- Type: System..::..Int32
length N of String*N
- data
- Type: array<System..::..Byte>[]()[][]
string binary content
- fillchar
- Type: System..::..Byte
character used to fill up string to length N
See Also