getheaders - eisclimber/ExPresS-XR GitHub Wiki
Method in HeaderReplacementAttribute
Returns the list of headers as csv string with the provided separator.
public string GetHeaders(char sep);| Name | Description |
|---|---|
char sep |
Separator to be used. |
Csv string with the headers as columns.