edge
edge copied to clipboard
i found the value of long type in C# return to nodejs will changed
when i use edge, i found the value of long type in C# return to nodejs will changed when the value larger than the nodejs' allowed max number, so if there is a file we can edit to let the all long type or double number to be converted to the string when return to js before the my rebuiding time.
thanks in advance
Why not to convert long value to string inside C# (using ToString()) before returning? How the value of long type is changed if it exceeds max allowed number in JS?
thank, i have solved it, just recomplie the edge which let the long allconvert to string