Overload List
Name | Description | |
---|---|---|
![]() | BasicCardString()()()() |
Constructs an empty BasicCardString
|
![]() | BasicCardString(array<Byte>[]()[][]) |
Constructs a BasicCardString from raw binary data
|
![]() | BasicCardString(String, String) | Constructs a BasicCardString from .Net String by using specified encoding for converting .Net Unicode characters into proper BasicCard single byte characters. Please note: BasicCard card internal String library functions work properly with ASCII strings only. Still you may store any value within a BasicCard String including binary and Unicode formats. |
![]() | BasicCardString(String, Encoding) | Constructs a BasicCardString from .Net String by using specified encoding for converting .Net Unicode characters into proper BasicCard single byte characters. Please note: BasicCard card internal String library functions work properly with ASCII strings only. Still you may store any value within a BasicCard String including binary and Unicode formats. |