Retrieve the primitive value of this data object as a string.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Parameters
- aEncoding
-
Type: Encoding
The text encoding that shall be used in order to convert the binary data into a string representation. This must not be
null
.
Return Value
Type: string
If the Value is null
, then null
is returned. Otherwise the
value is converted to a string representation and the resulting string is returned.
Exception type | Condition |
---|---|
Thrown when one or more required arguments are null. |
Marc, 9/29/2022.