Click or drag to resize

EquipmentToString Method

Converts the given equpiment ID to a string containing the name of the equipment.

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

Parameters

equipmentID  Guid
The ID of the equipment to be converted to a string.

Return Value

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