Friday, November 7, 2014

Convert a string to an ushort in C#.

ushort currencyCode = Convert.ToUInt16("840");

No comments:

Post a Comment