Class CommandFormatHelper
Formats command response data into readable text output
Inheritance
System.Object
CommandFormatHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.Util
Assembly: Catalyst.Core.Lib.dll
Syntax
public static class CommandFormatHelper
Methods
| Improve this Doc View SourceFormatRepeatedPeerInfoResponse(RepeatedField<PeerInfo>)
Format the repeated peer info response
Declaration
public static string FormatRepeatedPeerInfoResponse(RepeatedField<PeerInfo> repeatedPeerInfo)
Parameters
Type | Name | Description |
---|---|---|
Repeated |
repeatedPeerInfo | The repeated peer info to write out |
Returns
Type | Description |
---|---|
System. |
String of the formatted response |