I have done some searching and there may well be no solution for what I'm doing.
I am attempting to (in a general manner) convert ordinal strings (first, second, third, forth, etc.) into integers. Something akin to:
Ordinal.Parse("first") would yield 1 as an integer type.
Does this functionality exist in the .NET framework or do I need to role my own?
Thanks in advance.
Phyrstorm Technologies, Inc.
I am attempting to (in a general manner) convert ordinal strings (first, second, third, forth, etc.) into integers. Something akin to:
Ordinal.Parse("first") would yield 1 as an integer type.
Does this functionality exist in the .NET framework or do I need to role my own?
Thanks in advance.
Phyrstorm Technologies, Inc.