I have a string of utf8
.
I need to get its size. ( bytes)
Does it always x2
? // I mean multiply by 2
is there any .net function for this ?
p.s.
im asking this question becuase of my latest question ...I need ( in mempry mapped file) to calc the offset of a string ( utf8 ) - from another process..