Calculates the total byte size required for encoding all data objects in this list.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public Function ComputeTotalSize( _
ByVal nEncoding As CardDataObjectEncoding _
) As Integer
This language is not supported or no code example is available.
public int ComputeTotalSize(
CardDataObjectEncoding nEncoding
)
This language is not supported or no code example is available.
public:
int ComputeTotalSize(
CardDataObjectEncoding nEncoding
)
This language is not supported or no code example is available.
Parameters
- nEncoding
-
Type: CardDataObjectEncoding
Selects the encoding for which the total size shall be computed. Different encodings may produce a different total size.
Return Value
Type: intReturns the byte size in the range from 0 up to the maximum length supported.
Marc, 9/29/2022.