What is the convert.ToString equivalent of the variable.ToString() in this scenario?

they used variable.ToString() in this instance which makes sense, but say the value was null so you would have to use convert.ToString, so then how would u format Convert.ToString(variable) into currency or 3dp? Just need a bit of help with what the code would be. Thanks
image.png
Was this page helpful?