openPDC Synchrophasor Help
ToString Method (acronym, type, index)
NamespacesTVA.PhasorProtocolsSignalReferenceToString(String, SignalKind, Int32)
Returns a String that represents the specified acronym, SignalKind and index.
Declaration Syntax
C#Visual BasicVisual C++
public static string ToString(
	string acronym,
	SignalKind type,
	int index
)
Public Shared Function ToString ( _
	acronym As String, _
	type As SignalKind, _
	index As Integer _
) As String
public:
static String^ ToString(
	String^ acronym, 
	SignalKind type, 
	int index
)
Parameters
acronym (String)
Acronym portion of the desired String representation.
type (SignalKind)
SignalKind portion of the desired String representation.
index (Int32)
Index of SignalKind portion of the desired String representation.
Return Value
A String that represents the specified acronym, SignalKind and index.

Assembly: TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0