Closed proudust closed 2 years ago
int32.Parse ignores whitespace, so there is no need to call string#Replace.
int32.Parse
string#Replace
@proudust thank you for your contribution! :)
int32.Parse
ignores whitespace, so there is no need to callstring#Replace
.