IniFile.SectionNameExists Method

IniFileIO

IniFileSectionNameExists Method

IniFileIO Documentation
Returns whether or not a section with the specified name exists.

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

public bool SectionNameExists(
	string name
)
Public Function SectionNameExists ( 
	name As String
) As Boolean
public:
bool SectionNameExists(
	String^ name
)
member SectionNameExists : 
        name : string -> bool 

Parameters

name
Type: SystemString
Target section name to find.

Return Value

Type: Boolean
Whether a section with the specified name exists.
See Also

Reference