Value Tuple source The Value Tuple source can iterate through a Tuple’s values, evaluating each item against the sources and formatters. Example Smart String Arguments Result It is {Name} {Key} (new Person { Name = "Juan" }, new Dictionary<string, string> { { "Key", "Value" } }) It is Juan Value