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 Str.Pad Overload #198

Closed
ymh199478 opened this issue Mar 12, 2019 · 0 comments
Closed

Add Str.Pad Overload #198

ymh199478 opened this issue Mar 12, 2019 · 0 comments
Labels

Comments

@ymh199478
Copy link
Contributor

string Pad(int length, string str = null, string padStr = null, PadTypes type = PadTypes.Right);

The older api will Obsolete, removed in 2.0 version.

string Pad(string str, int length, string padStr = null, PadTypes type = PadTypes.Right)
@ymh199478 ymh199478 mentioned this issue Mar 12, 2019
14 tasks
@ymh199478 ymh199478 added the 1.4 label Mar 12, 2019
ymh199478 added a commit that referenced this issue Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant