Click or drag to resize

VendorToString Method

Converts the given vendor ID to a string containing the name of the vendor.

Namespace: GSF.PQDIF.Logical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public static string ToString(
	Guid vendorID
)
View Source

Parameters

vendorID  Guid
The ID of the vendor to be converted to a string.

Return Value

String
A string containing the name of the vendor with the given ID.
See Also