Back to FabImage Library website

You are here: Start » Function Reference » System » INI » INI_GetStringValue

INI_GetStringValue


Header: STD.h
Namespace: fil
Module: FoundationLite

Gets value from section & key.

Syntax

void fil::INI_GetStringValue
(
	const ftl::String& inINI,
	const ftl::String& inSection,
	const ftl::String& inKey,
	const ftl::String& inDefault,
	ftl::String& outValue
)

Parameters

Name Type Default Description
Input value inINI const String& INI
Input value inSection const String& Section name
Input value inKey const String& Key name
Input value inDefault const String& Value to return if the key is not found
Output value outValue String&