parseBuildInfoValue

fnbool parseBuildInfoValue(T)(IStr value, ref T field)

Parses a build info value string into a field. Returns false on success and true if the field type is not supported. Example: parseBuildInfoValue("69", info.age) sets info.age to 69.