The BasicCardStringN type exposes the following members.

Properties

  NameDescription
Public propertyCharacters
Get BasicCard (single byte) characters
(Inherited from BasicCardString.)
Public propertyCharsetID
character set ID used for encoding this BasicCardString
(Inherited from BasicCardString.)
Public propertyEncoding
encoding used for encoding this BasicCardString
(Inherited from BasicCardString.)
Public propertyFillchar
Character used to fill up string to length of N.
Public propertyFilledCharacters
Same as Characters property, but length of returned data is limited to N bytes and filled up with fill character.
Public propertyItem
Access a BasicCard string character (.Net Byte).
(Overrides BasicCardString..::..Item[([( Int32])]) .)
Public propertyLength
Length of this BasicCardString in bytes or BasicCard characters
(Inherited from BasicCardString.)
Public propertyN
Length N (String*N) of BasicCardStringN. N can be different from Length.

See Also