SyntaxFix
Write A Post
Hire A Developer
Questions
Try this one instead of convert enum to int:
public static class ReturnType { public static readonly int Success = 1; public static readonly int Duplicate = 2; public static readonly int Error = -1; }