Splits zero terminated multi string into a string collection.
Namespace:
CardWerk.SmartCard.Util
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Parameters
- msz
-
Type: string
Zero terminated multi-string. The string must be terminated by two zero characters.
- aList
-
Type: IList
The collection that will receive the individual strings without the zero characters.
Return Value
Type: intReturns the number of strings that were added to the string collection.