1 line
52 B
C#
1 line
52 B
C#
int utf8ByteLength = Encoding.UTF8.GetByteCount(s);
|
int utf8ByteLength = Encoding.UTF8.GetByteCount(s);
|