IniFile.GetSectionComments Method

IniFileIO

IniFileGetSectionComments Method

IniFileIO Documentation
Returns the comments of the section with the specified name.

Namespace:  IniFileIO
Assembly:  IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax

public string GetSectionComments(
	string name
)
Public Function GetSectionComments ( 
	name As String
) As String
public:
String^ GetSectionComments(
	String^ name
)
member GetSectionComments : 
        name : string -> string 

Parameters

name
Type: SystemString
Name of the target section.

Return Value

Type: String
Comments of the first occurance of the section with the specified name.
Remarks

In the event of multiple sections with the specified name, only the comments of the first occurrance is returned.
See Also

Reference