2021年1月26日星期二

C# Checking expiry of user issue

Hey guys I'm trying to making a license based application And I'm using, string Userinfo.Expiry for Expiry now I want to check user expiration status every 2000ms, I did it but I can't compare

Userinfo.Expiry > Datetime.Now.ToString() it says Operator '<' cannot be applied to operands of type 'string' and 'string' / What can I do about this issue, I'll read all solving ideas Thanks.

https://stackoverflow.com/questions/65911375/c-sharp-checking-expiry-of-user-issue January 27, 2021 at 08:46AM

没有评论:

发表评论