Comuna.NET - A community analysis, tracking and graphing library for social networks written in C#
![]() | NetworkSaveToCsv Method |
Writes the network's edge information to a given CSV (comma-separated values) file.
The format is 'source_node, target_node, weight]'.
Namespace: Comuna
Assembly: Comuna (in Comuna.dll) Version: 1.0.0

C#
public void SaveToCsv( string filePath, char sepChar = ',' )
Parameters
- filePath
- Type: SystemString
The path to the CSV file in which to store the network information. - sepChar (Optional)
- Type: SystemChar
The character used to separate each field in the file.
