Start » Filter Reference » System » INI » INI_GetValue
Module: | FoundationLite |
---|
Gets value from INI.
Name | Type | Description | |
---|---|---|---|
![]() |
inIni | String | INI content |
![]() |
inSection | String | Section name |
![]() |
inKey | String | Key name |
![]() |
inDefault | T | Value to return if the key is not found |
![]() |
outData | T | Read data |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Basic Complexity Level.