what's the idiomatic way of safely (without except...
# announcements
k
what's the idiomatic way of safely (without exception) parsing a string into an integer? Like
int.TryParse("1")
from .net