Skip to content

Conversation

@sylveon
Copy link
Contributor

@sylveon sylveon commented Sep 22, 2021

Fixes #1018

The list of types implementing IStringable in the Windows API is as follows:

  • Windows.Data.Json
    • JsonArray
    • JsonObject
    • JsonValue
  • Windows.Foundation.Uri
  • Windows.Globalization.PhoneNumberFormatting.PhoneNumberInfo
  • Windows.Networking.HostName
  • Windows.Network.ServiceDiscovery.Dnssd
    • DnssdRegistrationResult
    • DnssdServiceInstance
  • Windows.System.Inventory.InstalledDesktopApp
  • Windows.Web.Http
    • HttpBufferContent
    • HttpClient
    • HttpCookie
    • HttpFormUrlEncodedContent
    • HttpGetBufferResult
    • HttpGetInputStreamResult
    • HttpGetStringResult
    • HttpMethod
    • HttpMultipartContent
    • HttpMultipartFormDataContent
    • HttpRequestMessage
    • HttpRequestResult
    • HttpResponseMessage
    • HttpStreamContent
    • HttpStringContent
    • HttpTransportInformation
  • Windows.Web.Http.Headers
    • HttpCacheDirectiveHeaderValueCollection
    • HttpChallengeHeaderValue
    • HttpChallengeHeaderValueCollection
    • HttpConnectionOptionHeaderValue
    • HttpConnectionOptionHeaderValueCollection
    • HttpContentCodingHeaderValue
    • HttpContentCodingHeaderValueCollection
    • HttpContentCodingWithQualityHeaderValue
    • HttpContentCodingWithQualityHeaderValueCollection
    • HttpContentDispositionHeaderValue
    • HttpContentHeaderCollection
    • HttpContentRangeHeaderValue
    • HttpCookiePairHeaderValue
    • HttpCookiePairHeaderValueCollection
    • HttpCredentialsHeaderValue
    • HttpDateOrDeltaHeaderValue
    • HttpExpectationHeaderValue
    • HttpExpectationHeaderValueCollection
    • HttpLanguageHeaderValueCollection
    • HttpLanguageRangeWithQualityHeaderValue
    • HttpLanguageRangeWithQualityHeaderValueCollection
    • HttpMediaTypeHeaderValue
    • HttpMediaTypeWithQualityHeaderValue
    • HttpMediaTypeWithQualityHeaderValueCollection
    • HttpMethodHeaderValueCollection
    • HttpNameValueHeaderValue
    • HttpProductHeaderValue
    • HttpProductInfoHeaderValue
    • HttpProductInfoHeaderValueCollection
    • HttpRequestHeaderCollection
    • HttpResponseHeaderCollection
    • HttpTransferCodingHeaderValue
    • HttpTransferCodingHeaderValueCollection

Bit more than a dozen but not too much either.

@kennykerr
Copy link
Collaborator

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Collaborator

@kennykerr kennykerr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kennykerr kennykerr merged commit 71832b6 into microsoft:master Sep 22, 2021
@kennykerr
Copy link
Collaborator

I published 2.0.210922.5 with this change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

std::format support for hstring, IStringable and more

2 participants