The BasicCardStringN type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BasicCardStringN(Int32) |
Constructs an empty BasicCardStringN with length N.
Using DefaultFillChar
|
![]() | BasicCardStringN(Int32, Byte) |
Constructs an empty BasicCardStringN with length N
|
![]() | BasicCardStringN(Int32, array<Byte>[]()[][]) |
Constructs a BasicCardStringN from raw binary data
|
![]() | BasicCardStringN(Int32, array<Byte>[]()[][], Byte) |
Constructs a BasicCardString from raw binary data
|
![]() | BasicCardStringN(Int32, String, String) |
Constructs a BasicCardStringN from .Net String by using specified charset.
|
![]() | BasicCardStringN(Int32, String, Encoding) |
Constructs a BasicCardStringN from .Net String by using specified charset.
|
![]() | BasicCardStringN(Int32, String, String, Byte) |
Constructs a BasicCardStringN from .Net String by using specified charset.
|
![]() | BasicCardStringN(Int32, String, Encoding, Byte) |
Constructs a BasicCardStringN from .Net String by using specified charset.
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Clone object
(Inherited from BasicCardString.) |
![]() | Equals |
Check if obj is equal to this BasicCardString.
(Overrides BasicCardString..::..Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Get hash code.
(Overrides BasicCardString..::..GetHashCode()()()().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString()()()() |
Get .Net String for BasicCardString
(Inherited from BasicCardString.) |
![]() | ToString(String) |
Get .Net String for BasicCardString using specified conversion
(Inherited from BasicCardString.) |
![]() | ToString(Encoding) |
Get .Net String for BasicCardString using specified conversion
(Inherited from BasicCardString.) |
![]() | Trim()()()() |
Strip trailing fillchars from this string.
|
![]() | Trim(Byte) |
Strip trailing fillchars from this string.
|
Fields
Name | Description | |
---|---|---|
![]() | data |
data
(Inherited from BasicCardString.) |
![]() ![]() | DefaultFillChar |
Default value to fill up shorter strings to length of N.
|
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.
|