sharpsnmplib
sharpsnmplib copied to clipboard
Add ObjectIdentifier.TryParse()
I think this would be better than try{ } catch{ }
Example call:
if(ObjectIdentifier.TryParse(string oid, out var identifier))
{
}
A nice-to-have feature. You might send a pull request, and I can merge it once the time is right.