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