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
Acess
www.yell.com
from c#
exchange 2003 how to find out who is sending large emails
connectComputer/nshelp.exe
page cannot be found
Extract the <title> tag content of a web page?
Problems with lotus pop3
Large .LDF file
Citrix XenDesktop - Cannot Create or Join Farm - HELP
EMC DPA (Data Protectiopn Advisor) Report
ColdFusion Using .NET Class Library
riddle vb.net calling unmanaged c++ dll