Monday, October 19, 2015

C# code to get numbers after decimal point

int decimalPoints=BitConverter.GetBytes(Decimal.GetBits(value)[3])[2];

No comments:

Post a Comment