Click or drag to resize

IniFileTryGetSection Method

Try Get Section

Namespace:  VIZCore3DX.NET.Utility
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntax
C#
public bool TryGetSection(
	string section,
	out IniSection result
)

Parameters

section
Type: SystemString
Section
result
Type: VIZCore3DX.NET.UtilityIniSection
Section Data

Return Value

Type: Boolean
Result
See Also