We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
var result = str.Elements("stockCode").ToList()[0];
So when the user downloaded the StockCode instead of stockCode in the XML tag it was giving an error.
Fixed both in download and in the comparative.
I found a way to not make it case sensitive but would have to use a distinct function!
The text was updated successfully, but these errors were encountered:
cmspinto
LApetre
No branches or pull requests
var result = str.Elements("stockCode").ToList()[0];
So when the user downloaded the StockCode instead of stockCode in the XML tag it was giving an error.
Fixed both in download and in the comparative.
I found a way to not make it case sensitive but would have to use a distinct function!
The text was updated successfully, but these errors were encountered: