Click or drag to resize

IniFileTryGetSection Method

Try Get Section

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

Parameters

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

Return Value

Type: Boolean
Result
See Also