I have a piece of code where I print using
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
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, 6 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
-
Sometimes I wonder about these bots
by
Susan Bradley
2 hours, 29 minutes ago -
Does windows update component store “self heal”?
by
Mike Cross
4 hours, 27 minutes ago -
Windows 11 Insider Preview build 27858 released to Canary
by
joep517
5 hours, 27 minutes ago -
Pwn2Own Berlin 2025: Day One Results
by
Alex5723
4 hours, 53 minutes ago -
Windows 10 might repeatedly display the BitLocker recovery screen at startup
by
Susan Bradley
1 hour, 22 minutes ago -
Windows 11 Insider Preview Build 22631.5409 (23H2) released to Release Preview
by
joep517
8 hours, 9 minutes ago -
Windows 10 Build 19045.5912 (22H2) to Release Preview Channel
by
joep517
8 hours, 11 minutes ago -
Kevin Beaumont on Microsoft Recall
by
Susan Bradley
2 hours, 3 minutes ago -
The Surface Laptop Studio 2 is no longer being manufactured
by
Alex5723
16 hours, 18 minutes ago -
0Patch, where to begin
by
cassel23
10 hours, 20 minutes ago -
CFPB Quietly Kills Rule to Shield Americans From Data Brokers
by
Alex5723
1 day, 5 hours ago -
89 million Steam account details just got leaked,
by
Alex5723
17 hours, 41 minutes ago -
KB5058405: Linux – Windows dual boot SBAT bug, resolved with May 2025 update
by
Alex5723
1 day, 14 hours ago -
A Validation (were one needed) of Prudent Patching
by
Nibbled To Death By Ducks
1 day, 5 hours ago -
Master Patch Listing for May 13, 2025
by
Susan Bradley
16 hours, 35 minutes ago -
Installer program can’t read my registry
by
Peobody
11 hours, 33 minutes ago -
How to keep Outlook (new) in off position for Windows 11
by
EspressoWillie
1 day, 3 hours ago -
Intel : CVE-2024-45332, CVE-2024-43420, CVE-2025-20623
by
Alex5723
1 day, 10 hours ago -
False error message from eMClient
by
WSSebastian42
2 days, 1 hour ago -
Awoke to a rebooted Mac (crashed?)
by
rebop2020
2 days, 10 hours ago -
Office 2021 Perpetual for Mac
by
rebop2020
2 days, 11 hours ago -
AutoSave is for Microsoft, not for you
by
Will Fastie
1 day, 8 hours ago -
Difface : Reconstruction of 3D Human Facial Images from DNA Sequence
by
Alex5723
2 days, 15 hours ago -
Seven things we learned from WhatsApp vs. NSO Group spyware lawsuit
by
Alex5723
1 day, 16 hours ago -
Outdated Laptop
by
jdamkeene
2 days, 20 hours ago -
Updating Keepass2Android
by
CBFPD-Chief115
3 days, 2 hours ago -
Another big Microsoft layoff
by
Charlie
3 days, 1 hour ago -
PowerShell to detect NPU – Testers Needed
by
RetiredGeek
4 hours, 4 minutes ago -
May 2025 updates are out
by
Susan Bradley
5 hours, 46 minutes ago -
Windows 11 Insider Preview build 26200.5600 released to DEV
by
joep517
3 days, 8 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.