LibUsbDotNet 2.2.8
ToString Method (sep0, names, sep1, values, sep2)
Library ReferenceLibUsbDotNet.MainHelperToString(String, array<String>[]()[][], String, array<Object>[]()[][], String)
LibUsbDotNet on SourceForge
Builds a delimited string of names and values.
Declaration Syntax
C#Visual BasicVisual C++
public static string ToString(
	string sep0,
	string[] names,
	string sep1,
	Object[] values,
	string sep2
)
Public Shared Function ToString ( _
	sep0 As String, _
	names As String(), _
	sep1 As String, _
	values As Object(), _
	sep2 As String _
) As String
public:
static String^ ToString(
	String^ sep0, 
	array<String^>^ names, 
	String^ sep1, 
	array<Object^>^ values, 
	String^ sep2
)
Parameters
sep0 (String)
Inserted and the begining of the entity.
names (array<String>[]()[][])
The list of names for the object values.
sep1 (String)
Inserted between the name and value.
values (array<Object>[]()[][])
The values for the names.
sep2 (String)
Inserted and the end of the entity.
Return Value
The formatted string.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)