To add a whitespace seperator in a string we use String.Join().
My question:What(and how) do I have to remove that seperator.
The string's structure is the following "FF FF FF FF FF FF FF FF FF...."
How do I remove the white spaces?
C# Has a function for it.
Function is String.Replace(oldstring, newString);
String.Replace(" ", "");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With