Posts
 
Reputation
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
~2K People Reached
Favorite Forums
Member Avatar for Sylvain Bouche

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 …

Member Avatar for f1 fan
0
2K