|
DisturbanceCategoryToString Method
|
Converts the given Disturbance ID to a string containing the name of the Disturbance.
Namespace: GSF.PQDIF.LogicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.207-beta
Syntax public static string ToString(
Guid disturbanceCategoryID
)
Public Shared Function ToString (
disturbanceCategoryID As Guid
) As String
public:
static String^ ToString(
Guid disturbanceCategoryID
)
static member ToString :
disturbanceCategoryID : Guid -> string
GSF.PQDIF.Logical.DisturbanceCategory.ToString = function(disturbanceCategoryID);
View SourceParameters
- disturbanceCategoryID Guid
- The ID of the Disturbance to be converted to a string.
Return Value
StringA string containing the name of the Disturbance Category with the given ID.
See Also