An object-oriented programming language developed by Microsoft that can be used in .NET.
Hi @Gary Simpson ,
Please check if the following code helps.
Dim value As Decimal
Decimal.TryParse(TxtVHMoneyTotal.Text.Replace("£", ""), value)
TxtVHMoneyTotalDed.Text = String.Format("-£{0:N2}", Math.Abs(value))
Best Regards.
Jiachen Li
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.