| ServiceStatsToCSV Method |
Returns a CSV string representation of this service statistics.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public string ToCSV(
bool withHeaders
)
Public Function ToCSV (
withHeaders As Boolean
) As String
Parameters
- withHeaders
- Type: SystemBoolean
If true the CSV headers are returned.
Return Value
Type:
String
A CSV string representation of this service statistics.
See Also