N
Netmonster
Hello all,
I am creating a string based on data returned from an oracle db into a
hashtable.
string tmpFirstName = tmphashtable["FIRST_NAME"].ToString();
The Database has a column called FIRST_NAME but the return also has the
middle initial so my string look something like this "FirstName M" I
don't need the M. Can nay one show me an example on how to parse the
space and the M from the string to just get the FirstName?
Thanks,
KC
I am creating a string based on data returned from an oracle db into a
hashtable.
string tmpFirstName = tmphashtable["FIRST_NAME"].ToString();
The Database has a column called FIRST_NAME but the return also has the
middle initial so my string look something like this "FirstName M" I
don't need the M. Can nay one show me an example on how to parse the
space and the M from the string to just get the FirstName?
Thanks,
KC