Declaration Syntax
C# | Visual Basic | Visual 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
- type (SignalKind)
- SignalKind portion of the desired String representation.
- index (Int32)
- Index of SignalKind portion of the desired String representation.
Return Value