|
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.207-beta
Syntax Public Shared Function ToString (
vendorID As Guid
) As String
static member ToString :
vendorID : Guid -> string
GSF.PQDIF.Logical.Vendor.ToString = function(vendorID);
View SourceParameters
- 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