Click or drag to resize

DataSourceTypeToString Method

Converts the given data source type ID to a string containing the name of the data source type.

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

Parameters

dataSourceTypeID  Guid
The ID of the data source type to be converted to a string.

Return Value

String
A string containing the name of the data source type with the given ID.
See Also