Message 1 of 15
String formatting in .NET
Not applicable
11-21-2006
11:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Ok, this is not really an acad-related issue, but i'm doing an Acad-net app,
so ....
In c++ i format at string with dynamic precision using the formatstring
"%.*f", m_sPrecision, x
How do i do that in .NET. I'm totally lost.
Or even better, (look; Acad related) can i format a string the same way as
using the %q formaters in ARX.
i.e. let Acad format the strings according to the unit-settings
/Matt
so ....
In c++ i format at string with dynamic precision using the formatstring
"%.*f", m_sPrecision, x
How do i do that in .NET. I'm totally lost.
Or even better, (look; Acad related) can i format a string the same way as
using the %q formaters in ARX.
i.e. let Acad format the strings according to the unit-settings
/Matt