Click or drag to resize

QuantityTypeToString Method

Gets the name of the quantity type with the given ID.

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

Parameters

quantityTypeID  Guid
The ID of the quantity type.

Return Value

String
The name of the quantity type with the given ID.
See Also