NUnit.Framework.Constraints.ValueFormatter public sealed delegate ValueFormatter : MulticastDelegate Custom value formatter function Documentation Code namespace NUnit.Framework.Constraints { public delegate string ValueFormatter (object val); }