Constructs an empty BasicCardStringN with length N

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

Syntax

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

Parameters

N
Type: System..::..Int32
length N of String*N
fillchar
Type: System..::..Byte
character used to fill up string to length N

See Also