Click or drag to resize

SeriesValueTypeToString Method

Returns the name of the given series value type.

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

Parameters

seriesValueTypeID  Guid
The GUID tag which identifies the series value type.

Return Value

String
The name of the given series value type.
See Also