The following tables list the members exposed by the MszString type.

Name Description
Public method Static ConvertToMultiStringByteArray(string[]) Converts C# string array to an array of zero terminated C strings.
Public method Static MszToList(byte[]) Converts a list of zero terminated C-style character strings to a string collection.
Public method Static SplitMultiString(string, IList) Splits zero terminated multi string into a string collection.
Top