Extensions or SDK consumers may want to customize how types are formatted into strings when placed on query strings, headers, and path parameters. This is especially true if support for new types is desired for deserialization, which only has limited type support, or for types that don't support IFormattable for serialization.
Extensions or SDK consumers may want to customize how types are formatted into strings when placed on query strings, headers, and path parameters. This is especially true if support for new types is desired for deserialization, which only has limited type support, or for types that don't support
IFormattable
for serialization.