IniFileGetOutputString Method (ListIniFileSection, Boolean, Boolean) |
IniFileIO Documentation |
Helper method which generates the output content.
Namespace: IniFileIO
Assembly: IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax
private string GetOutputString( List<IniFileSection> sections, bool preserveSectionOrders, bool preserveKeyOrders )
Private Function GetOutputString ( sections As List(Of IniFileSection), preserveSectionOrders As Boolean, preserveKeyOrders As Boolean ) As String
private: String^ GetOutputString( List<IniFileSection>^ sections, bool preserveSectionOrders, bool preserveKeyOrders )
private member GetOutputString : sections : List<IniFileSection> * preserveSectionOrders : bool * preserveKeyOrders : bool -> string
Parameters
- sections
- Type: System.Collections.GenericListIniFileSection
Sections to process for writing. - preserveSectionOrders
- Type: SystemBoolean
Determines if the section order settings should be honored. - preserveKeyOrders
- Type: SystemBoolean
Determines if the key order settings should be honored.
Return Value
Type: StringRemarks
See Also