Click or drag to resize

QuantityCharacteristicToString Method

Returns a string representation of the given quantity characteristic.

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

Parameters

quantityCharacteristicID  Guid
The GUID tag which identifies the quantity characteristic.

Return Value

String
The name of the given quantity characteristic.
See Also