Write a string to an ini file.
Namespace: pdf7.PdfWriter
Assembly: pdf7.PdfWriter (in pdf7.PdfWriter.dll) Version: 4.0.0.0 (4.0.1000.111)
Syntax
public void WriteIniString( string fileName, string sectionName, string valueName, string value )
Parameters
- fileName
- Type: SystemString
File name of ini file. - sectionName
- Type: SystemString
Name of section in ini file. - valueName
- Type: SystemString
Name of value in section. - value
- Type: SystemString
Value to write.
See Also