Splits zero terminated multi string into a string collection.

Namespace: CardWerk.SmartCard.Util
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)

Public Shared Function SplitMultiString( _ 
ByVal msz As String, _ 
ByVal aList As IList
) As Integer
This language is not supported or no code example is available.
public static int SplitMultiString( 
string msz
IList aList 
)
This language is not supported or no code example is available.
public:  
static int SplitMultiString( 
String^ msz
IList^ aList 
)
This language is not supported or no code example is available.
public static function SplitMultiString( 
msz : String
aList : IList 
) : int;
This language is not supported or no code example is available.

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: int

Returns the number of strings that were added to the string collection.

.NET Framework

Supported in: 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

.NET Core

Supported in: 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0

.NET Standard

Supported in: 2.0