I'd like to add a method to the Int32 to do a "FromSomething" stuff.
Something that could allow me to write something like this:
Int32 i = Int32.FromSomething(mySourceData);
How could I achieve this?
I'd like to add a method to the Int32 to do a "FromSomething" stuff.
Something that could allow me to write something like this:
Int32 i = Int32.FromSomething(mySourceData);
How could I achieve this?