The BasicCardStringN type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Characters |
Get BasicCard (single byte) characters
(Inherited from BasicCardString.) |
![]() | CharsetID |
character set ID used for encoding this BasicCardString
(Inherited from BasicCardString.) |
![]() | Encoding |
encoding used for encoding this BasicCardString
(Inherited from BasicCardString.) |
![]() | Fillchar |
Character used to fill up string to length of N.
|
![]() | FilledCharacters |
Same as Characters property, but length of returned data is limited to N
bytes and filled up with fill character.
|
![]() | Item |
Access a BasicCard string character (.Net Byte).
(Overrides BasicCardString..::..Item[([( Int32])]) .) |
![]() | Length |
Length of this BasicCardString in bytes or BasicCard characters
(Inherited from BasicCardString.) |
![]() | N |
Length N (String*N) of BasicCardStringN. N can be different from Length.
|