|
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.205-beta
Syntax 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);
View SourceParameters
- 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