N
Neil W.
I need to pass a string to a Windows API, but I need to pad the buffer with
binary zeros up to a specific length.
For example, if the string is "mystring", I need to pad it with binary zeros
up to 64 bytes. How do I do that in C#?
Thanks.
binary zeros up to a specific length.
For example, if the string is "mystring", I need to pad it with binary zeros
up to 64 bytes. How do I do that in C#?
Thanks.