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