I want to do this using the Math.Round function
Math.Round
This is for rounding to 2 decimal places in C#:
label8.Text = valor_cuota .ToString("N2") ;
In VB.NET:
Imports System.Math round(label8.text,2)