Hi community,
I am facing issue with the DateTime.ParseExact for another xaml its working fine.
The same code i used to create one more xaml it showing this error.
Can you suggest how to resolve this issue.
Regards
Hi community,
I am facing issue with the DateTime.ParseExact for another xaml its working fine.
The same code i used to create one more xaml it showing this error.
Can you suggest how to resolve this issue.
Regards
Ensure that there is no variable with the name DateTime of datatype String. Feel free to share your XAML with us
@chaitanyaKumar Can you try this. It looks like you have given (small p in parse) parseExact but it should be (Capital P in Parse) ParseExact
DateTime.ParseExact
I tried the same it showing the same error.
I have used the same one in another xaml its working fine but for this xaml its getting this error
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.