IniLikeFile.unescapedValue

Shortcut to IniLikeGroup.unescapedValue of given group. Returns null if the group does not exist.

class IniLikeFile
@safe final
string
unescapedValue
(
string groupName
,
string key
,
string locale = null
,
Flag!"nonLocaleFallback" nonLocaleFallback = Yes.nonLocaleFallback
)

Meta