Back to Aurora Vision Library Lite website

You are here: Start » System » INI » INI_GetRealValue

INI_GetRealValue


Header: STD.h
Namespace: avl

Gets value from section & key.

Syntax

void avl::INI_GetRealValue
(
	const atl::String& inINI,
	const atl::String& inSection,
	const atl::String& inKey,
	const float inDefault,
	float& 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 float Value to return if the key is not found
Output value outValue float&