I'm not much into C#, by through some trial and error I was able to
resolve the issue of characters being cut off the beginning of a
destination when only one destination is specified. The issue could
show in a couple ways:
1) if the destination string was less than 17
characters, for every 1 character short of 17, 2 characters would be
cut off from the beginning of the string (i.e. a 15 character string
would return 13 characters).
2) if the string was less than 19
characters, the en
↧