ReflectableProperties.setPropertyFromString

Sets the given property, if it exists, to the given value, if possible. If strIsJson is true, it will json decode (if the implementation wants to) then apply the value, otherwise it will treat it as a plain string.

interface ReflectableProperties
setPropertyFromString
(
string name
,
scope const(char)[] str
,)

See Also

Meta

History

Added June 2, 2021.

Suggestion Box / Bug Report