Click or drag to resize

UsbDeviceToString Method

Returns a string that represents the UsbDevice.

Namespace:  WinUsbNet
Assembly:  WinUsbNet (in WinUsbNet.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override string ToString()

Return Value

Type: String

A string that represents the UsbDevice

Remarks
By default, this method simply returns the fully qualified name of the type of UsbDevice, "WinUsbNet.UsbDevice". This default behavior can be changed by assigning a callback function to GetMyString.
See Also