  | ServiceStatsListToCSV Method  | 
 
            Returns a CSV string representation of this list of service statistics.
            
 
    Namespace: 
   OBCOM.NetSwitchLib.Servers
    Assembly:
   OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntaxpublic 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 list of service statistics.
            
See Also