IniFile.SectionHasData Method

IniFileIO

IniFileSectionHasData Method

IniFileIO Documentation
Returns whether or not the supplied section contains data.

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

public static bool SectionHasData(
	IniFileSection section
)
Public Shared Function SectionHasData ( 
	section As IniFileSection
) As Boolean
public:
static bool SectionHasData(
	IniFileSection section
)
static member SectionHasData : 
        section : IniFileSection -> bool 

Parameters

section
Type: IniFileIOIniFileSection
Key to evaluate.

Return Value

Type: Boolean
True when the section has a value for one of the following: Otherwise False.
See Also

Reference