G
Guest
hi,
I would like to add $ symbol in numeric amount. For that I have used
Microsoft.VisualBasic.Strings.Format(strAmount, "$0.00").
But it seems to me that I am using VisualBasic name space and my manager
wants to use .Net name space function instead of VisualBasic. Is there is any
function availble for this in .Net?
Sorry I am new to .Net hence I am not sure about this.
Regards,
Ramesh
I would like to add $ symbol in numeric amount. For that I have used
Microsoft.VisualBasic.Strings.Format(strAmount, "$0.00").
But it seems to me that I am using VisualBasic name space and my manager
wants to use .Net name space function instead of VisualBasic. Is there is any
function availble for this in .Net?
Sorry I am new to .Net hence I am not sure about this.
Regards,
Ramesh