VariantConfig.loadString

Similar to loadFile but loads and processes the passed string instead.

struct VariantConfig
@safe
bool
loadString
(
const string text
)

Parameters

text string

The string to process.

Return Value

Type: bool

Returns true on a successful load false otherwise.

Meta