 | 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)
Syntaxpublic bool TryGetSection(
string section,
out IniSection result
)
Parameters
- section
- Type: SystemString
Section - result
- Type: VIZCore3DX.NET.UtilityIniSection
Section Data
Return Value
Type:
BooleanResult
See Also