Constructs a BasicCardStringN from .Net String by using specified charset.

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

Syntax

C#
public BasicCardStringN(
	int N,
	string data,
	string charsetId,
	byte fillchar
)
Visual Basic
Public Sub New ( 
	N As Integer,
	data As String,
	charsetId As String,
	fillchar As Byte
)
Visual C++
public:
BasicCardStringN(
	int N, 
	String^ data, 
	String^ charsetId, 
	unsigned char fillchar
)
F#
new : 
        N : int * 
        data : string * 
        charsetId : string * 
        fillchar : byte -> BasicCardStringN

Parameters

N
Type: System..::..Int32
length N of String*N
data
Type: System..::..String
.Net String to assign
charsetId
Type: System..::..String
charset to be used
fillchar
Type: System..::..Byte
character used to fill up string to length N

See Also