show/hide this revision's text 3 edited tags
show/hide this revision's text 2 Use the value intended as per comments

how do i round off decimal values ?
Example :

decimal Value = " 19500.4819500.98"

i need to display this value to textbox with rounded off like " 19501 "

if decimal value = " 19500.43"

then

value = " 19500 "

show/hide this revision's text 1

Round Off decimal values in C#

how do i round off decimal values ?
Example :

decimal Value = " 19500.48"

i need to display this value to textbox with rounded off like " 19501 "

if decimal value = " 19500.43"

then

value = " 19500 "