Show / Hide Table of Contents

Class PrintCsvWriter

Inheritance
System.Object
PrintCsvWriter
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: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.Prints
Assembly: SpiceSharpParser.dll
Syntax
public static class PrintCsvWriter

Methods

| Improve this Doc View Source

ToCsv(Print, String, String, String, Nullable<Boolean>)

Declaration
public static void ToCsv(this Print print, string path, string columnsSeparator, string decimalSeparator = null, bool? addCsvHeader = default(bool? ))
Parameters
Type Name Description
Print print
System.String path
System.String columnsSeparator
System.String decimalSeparator
System.Nullable<System.Boolean> addCsvHeader
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX