Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Convert.ToHexString / FromHexString #15675

Closed
GrabYourPitchforks opened this issue Nov 11, 2015 · 4 comments
Closed

Add Convert.ToHexString / FromHexString #15675

GrabYourPitchforks opened this issue Nov 11, 2015 · 4 comments
Assignees
Labels
api-needs-work API needs work before it is approved, it is NOT ready for implementation area-System.Runtime
Milestone

Comments

@GrabYourPitchforks
Copy link
Member

This would complement Convert.ToBase64String / Convert.FromBase64String. You all know you've written this API over and over again in your projects. :)

@davidfowl
Copy link
Member

+1

@Maxwe11
Copy link
Contributor

Maxwe11 commented Nov 11, 2015

seems #14547 related

@CodesInChaos
Copy link

I think we should put each encoding (hex, base64, etc) in its own class. Either as subclass of System.Text.Encoding or, since they're a bit different in nature a new BinaryEncoding class.

@AlexGhiondea
Copy link
Contributor

Let's track this work with issue https://github.com/dotnet/corefx/issues/10013.

@msftgits msftgits transferred this issue from dotnet/corefx Jan 31, 2020
@msftgits msftgits added this to the 2.0.0 milestone Jan 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Jan 4, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api-needs-work API needs work before it is approved, it is NOT ready for implementation area-System.Runtime
Projects
None yet
Development

No branches or pull requests

8 participants