Stripping the Decimal From a Value in .NET(rtipton.wordpress.com)
submitted by
rayet(240) 2 years, 8 months ago
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.
|category: C#
|Views: 8
tags:
C# another
Everyones tags:
Your Tags: