Ok, it's not like everywhere. What I want to get here is:

1. We have an int. For example 10.
2. We have a 10-byte string: "0000000000"
3. We want to place our int into that string, so it looks like this: "0000000010"

How would I do that?