Format(object, object, string)
static
public static string Format(object key, object value, string formatting = null) Formats a key-value pair using default format
Parameters
keyobject- The key.
valueobject- The value.
formattingstring- The format string.
Returns
A formatted key-value pair.
