Skip to content
This repository was archived by the owner on Nov 1, 2020. It is now read-only.

Add Encoding.GetBytes(string, offset, count)#2391

Merged
jkotas merged 1 commit into
dotnet:masterfrom
AlexRadch:Encoding.GetBytes
Dec 20, 2016
Merged

Add Encoding.GetBytes(string, offset, count)#2391
jkotas merged 1 commit into
dotnet:masterfrom
AlexRadch:Encoding.GetBytes

Conversation

@AlexRadch
Copy link
Copy Markdown
Contributor

The Encoding class has methods for encoding the middle of a char[], but not for the middle of a string.
See dotnet/corefx#14255 and dotnet/coreclr#8651

Copy link
Copy Markdown
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

Thanks!

@jkotas jkotas merged commit b9137e0 into dotnet:master Dec 20, 2016
@AlexRadch AlexRadch deleted the Encoding.GetBytes branch December 20, 2016 04:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants