I have a piece of code where I print using
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Format String Confusion (VB.NET 2003)
Home » Forums » Developers, developers, developers » DevOps Lounge » Format String Confusion (VB.NET 2003)
- This topic has 12 replies, 3 voices, and was last updated 20 years, 7 months ago.
AuthorTopicWSc_dewitt
AskWoody LoungerNovember 4, 2004 at 3:11 pm #411825Viewing 1 reply threadAuthorReplies-
WSrory
AskWoody Lounger -
WSc_dewitt
AskWoody LoungerNovember 4, 2004 at 6:53 pm #895704Thanks, that works.
I used Format because that’s what I found first that looked like it should work. It doesn’t specify any specific input type in the documentation I’m using (Microsoft Visual Studio .NET 2003 Documentation), it just says “Any valid expression”. I expected it would typecast to whatever was needed.
-
WSrory
AskWoody LoungerNovember 5, 2004 at 12:43 pm #896018You could also use:
Format(CDbl(model_value), "#0.0#")
If you look at the settings for the Style argument in Help you will notice that it does not show you how to format strings (since returning a string representation of a string is fairly pointless!
) but I confess that I would also expect an implicit conversion to be done, for exactly that reason. Obviously I haven’t seen the rest of your code but if model_value was a number at some point before being converted into a string, it might make sense to either format it then or have an additional variable to hold the string representation whilst keeping the numeric variable intact.
-
WSc_dewitt
AskWoody Lounger -
WSrory
AskWoody LoungerNovember 5, 2004 at 3:42 pm #896123That was kind of my point – you only use the format function because a number/date etc. has no inherent formatting. You are converting it to a string representation.
Under Visual Basic Language Concepts in MSDN, it says:
[indent]
In Visual Basic .NET, the Format function does not convert strings to numbers for you. Thus, the first of the following two lines of code is invalid in Visual Basic .NET, while the second is valid:
Format(“1.234”, “#.#”) ‘ Displays “#.#”.
Format(CSng(“1.234″),”#.#”) ‘ Displays “1.234”.
[/indent]
An alternative is to declare a variable of type double (or single) and assign the string value to it at which point an implicit conversion should take place and you can then pass the new variable to the format function. -
WScharlotte
AskWoody Lounger -
WScharlotte
AskWoody Lounger -
WSrory
AskWoody LoungerNovember 5, 2004 at 3:42 pm #896124That was kind of my point – you only use the format function because a number/date etc. has no inherent formatting. You are converting it to a string representation.
Under Visual Basic Language Concepts in MSDN, it says:
[indent]
In Visual Basic .NET, the Format function does not convert strings to numbers for you. Thus, the first of the following two lines of code is invalid in Visual Basic .NET, while the second is valid:
Format(“1.234”, “#.#”) ‘ Displays “#.#”.
Format(CSng(“1.234″),”#.#”) ‘ Displays “1.234”.
[/indent]
An alternative is to declare a variable of type double (or single) and assign the string value to it at which point an implicit conversion should take place and you can then pass the new variable to the format function.
-
-
WSc_dewitt
AskWoody Lounger
-
-
WSrory
AskWoody LoungerNovember 5, 2004 at 12:43 pm #896019You could also use:
Format(CDbl(model_value), "#0.0#")
If you look at the settings for the Style argument in Help you will notice that it does not show you how to format strings (since returning a string representation of a string is fairly pointless!
) but I confess that I would also expect an implicit conversion to be done, for exactly that reason. Obviously I haven’t seen the rest of your code but if model_value was a number at some point before being converted into a string, it might make sense to either format it then or have an additional variable to hold the string representation whilst keeping the numeric variable intact.
-
-
WSc_dewitt
AskWoody LoungerNovember 4, 2004 at 6:53 pm #895705Thanks, that works.
I used Format because that’s what I found first that looked like it should work. It doesn’t specify any specific input type in the documentation I’m using (Microsoft Visual Studio .NET 2003 Documentation), it just says “Any valid expression”. I expected it would typecast to whatever was needed.
-
-
WSrory
AskWoody Lounger
Viewing 1 reply thread -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Office gets current release
by
Susan Bradley
1 hour, 54 minutes ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
7 hours, 16 minutes ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
4 hours, 1 minute ago -
Stop the OneDrive defaults
by
CWBillow
8 hours, 5 minutes ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
18 hours, 1 minute ago -
X Suspends Encrypted DMs
by
Alex5723
20 hours, 13 minutes ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
20 hours, 31 minutes ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
21 hours, 8 minutes ago -
OpenAI model sabotages shutdown code
by
Cybertooth
21 hours, 45 minutes ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
9 hours, 55 minutes ago -
Enabling Secureboot
by
ITguy
16 hours, 55 minutes ago -
Windows hosting exposes additional bugs
by
Susan Bradley
1 day, 5 hours ago -
No more rounded corners??
by
CWBillow
1 day, 1 hour ago -
Android 15 and IPV6
by
Win7and10
15 hours, 13 minutes ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
1 day, 18 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
1 day, 20 hours ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
1 day, 15 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
2 days, 4 hours ago -
May preview updates
by
Susan Bradley
1 day, 15 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
1 day, 7 hours ago -
Just got this pop-up page while browsing
by
Alex5723
1 day, 20 hours ago -
KB5058379 / KB 5061768 Failures
by
crown
1 day, 17 hours ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
19 hours, 28 minutes ago -
At last – installation of 24H2
by
Botswana12
2 days, 19 hours ago -
MS-DEFCON 4: As good as it gets
by
Susan Bradley
16 hours, 15 minutes ago -
RyTuneX optimize Windows 10/11 tool
by
Alex5723
3 days, 7 hours ago -
Can I just update from Win11 22H2 to 23H2?
by
Dave Easley
1 day, 6 hours ago -
Limited account permission error related to Windows Update
by
gtd12345
3 days, 21 hours ago -
Another test post
by
gtd12345
3 days, 21 hours ago -
Connect to someone else computer
by
wadeer
3 days, 15 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.