hi,
I would like to add $ symbol in numeric amount. For that I have used
Microsoft.Visua lBasic.Strings. Format(strAmoun t, "$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.Visua lBasic.Strings. Format(strAmoun t, "$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
Comment