public string Format(object instance) { object value = Field.GetValue(instance); return(Attrib.Name + " = " + Attrib.Serialise(value)); }