IniFile.SectionNameCount Method

IniFileIO

IniFileSectionNameCount Method

IniFileIO Documentation
Returns the count of sections with the specified name.

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

public int SectionNameCount(
	string name
)
Public Function SectionNameCount ( 
	name As String
) As Integer
public:
int SectionNameCount(
	String^ name
)
member SectionNameCount : 
        name : string -> int 

Parameters

name
Type: SystemString
Target section name to count.

Return Value

Type: Int32
Number of sections with the specified name.
See Also

Reference