Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~3K People Reached
Favorite Forums
1 Posted Topic
I'm looking for some help of converting a long to a type enum in something that would be similar to this: public object ToActionType(Long myval) { return (object)((ActionTypes)myval) } :sad: but the trick is that I don't know the enum just the type of the enum...(I also know for a … |
The End.