Comments
Sort by recent activity
another issue:
the c# line
builder.AppendFormat(@\u{0:X4}, (int) ch);
where ch is a Char
is writtent in VB as
builder.AppendFormat("\u{0:X4}", CInt(ch))
bin CInt(ch) is not valid and should be ASCW(ch) / comments
another issue:
the c# line
builder.AppendFormat(@\u{0:X4}, (int) ch);
where ch is a Char
is writtent in VB as
builder.AppendFormat("\u{0:X4}", CInt(ch))
bin CInt(ch) is not valid and should be ASCW...
Yes there are log files in the folder you mentioned. / comments
Yes there are log files in the folder you mentioned.