Microsoft
Software
Hardware
Network
Question : Hide decimal point while maintaining decimal places
Ok, I know this sounds like an oxymoron, but my requirement is to format a string variable in VB.NET that contains a decimal value without a decimal point. It would look something like this:
Value 100.00 would be displayed as 10000
Value 99.9 would be displayed as 999
I cannot simply do a string.replace(".", "") because I need to actually set the format property of an UltraGridColumn. It would need to be something to the effect of "{0:#.0000;(#.0000)}."
Answer : Hide decimal point while maintaining decimal places
add mt.exe to system %path%, and restart vs2005
http://social.msdn.microso
ft.com/for
ums/en-US/
windowsgen
eraldevelo
pmentissue
s/thread/4
2f3fa84-87
a6-4eed-
ae
b9-143316a
f2013/
Random Solutions
WAN SETUP
Powershell WMI Outlook version script permissions denied
Horizontal RSS Feed News Ticker
Adding URL Parameter
No mapping found for HTTP request with URI [/MyWeb/help/webhelp.css] in DispatcherServlet with name 'help'
Java Not Working in Internet Explorer or Firefox
How can I databind with a default entry of string.Empty
How do I convert HDMI output to DVI ?
How to save images and image file paths into SQL from delphi form
Types of authentications in ASP.NET and when are they used?