 | 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)
Syntaxpublic override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
Return Value
Type:
StringA 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