Click or drag to resize

DisturbanceCategoryToString Method

Converts the given Disturbance ID to a string containing the name of the Disturbance.

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

Parameters

disturbanceCategoryID  Guid
The ID of the Disturbance to be converted to a string.

Return Value

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