|   | VendorToString Method | 
        
        
            Converts the given vendor ID to a string containing the name of the vendor.
            
        
        Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic static string ToString(
	Guid vendorID
)
Public Shared Function ToString ( 
	vendorID As Guid
) As String
public:
static String^ ToString(
	Guid vendorID
)
static member ToString : 
        vendorID : Guid -> string GSF.PQDIF.Logical.Vendor.ToString = function(vendorID);
Parameters
- vendorID  Guid
- The ID of the vendor to be converted to a string.
Return Value
StringA string containing the name of the vendor with the given ID.
 See Also
See Also