Config.getType

Gets a string representing the type of the value of the given key. The caller is responsible of freeing the returned value.

class Config
static
string
getType
(
string path
)

Parameters

path string

path to the configuration key.

Return Value

Type: string

NULL if not found. Otherwise: "string", "float", "long", "bool".

Meta