[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

SteveB

10/1/2002 3:11:00 PM

hello:
does .NET sdk have a mechanism for formatting numbers in
a similar fashion to sprintf, i.e,
sprintf( buf, "%.*f", someLen, someFloatNumber);
Didn't find anything suitable under Custom formatting
section of MSDN...

thanks in advance
1 Answer

Mattias Sjögren

10/1/2002 5:59:00 PM

0

Steve,

>does .NET sdk have a mechanism for formatting numbers in
>a similar fashion to sprintf, i.e,
>sprintf( buf, "%.*f", someLen, someFloatNumber);

Sure does...

Custom Numeric Format Strings
http://msdn.microsoft.com/library/en-us/cpguide/html/cpconcustomnumericformats...



Mattias

===
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.n...
Please reply only to the newsgroup.