The BasicCardStringN type exposes the following members.

Constructors

  NameDescription
Public methodBasicCardStringN(Int32)
Constructs an empty BasicCardStringN with length N. Using DefaultFillChar
Public methodBasicCardStringN(Int32, Byte)
Constructs an empty BasicCardStringN with length N
Public methodBasicCardStringN(Int32, array<Byte>[]()[][])
Constructs a BasicCardStringN from raw binary data
Public methodBasicCardStringN(Int32, array<Byte>[]()[][], Byte)
Constructs a BasicCardString from raw binary data
Public methodBasicCardStringN(Int32, String, String)
Constructs a BasicCardStringN from .Net String by using specified charset.
Public methodBasicCardStringN(Int32, String, Encoding)
Constructs a BasicCardStringN from .Net String by using specified charset.
Public methodBasicCardStringN(Int32, String, String, Byte)
Constructs a BasicCardStringN from .Net String by using specified charset.
Public methodBasicCardStringN(Int32, String, Encoding, Byte)
Constructs a BasicCardStringN from .Net String by using specified charset.

Methods

  NameDescription
Public methodClone
Clone object
(Inherited from BasicCardString.)
Public methodEquals
Check if obj is equal to this BasicCardString.
(Overrides BasicCardString..::..Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get hash code.
(Overrides BasicCardString..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString()()()()
Get .Net String for BasicCardString
(Inherited from BasicCardString.)
Public methodToString(String)
Get .Net String for BasicCardString using specified conversion
(Inherited from BasicCardString.)
Public methodToString(Encoding)
Get .Net String for BasicCardString using specified conversion
(Inherited from BasicCardString.)
Public methodTrim()()()()
Strip trailing fillchars from this string.
Public methodTrim(Byte)
Strip trailing fillchars from this string.

Fields

  NameDescription
Protected fielddata
data
(Inherited from BasicCardString.)
Public fieldStatic memberDefaultFillChar
Default value to fill up shorter strings to length of N.

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