0
kicks
Stripping the Decimal From a Value in .NET
I had an issue in which I needed to strip the decimal point from both amount and diagnosis code fields. They also need to be right justified and padded with zeroes. I was able to accomplish my task by using the Replace and PadLeft methods which can be found in String Class.