0
votes
2answers
36 views
.NET My.Computer.Network.Ping & PadLeft
Following code snippet throws an error when padding the last part with 0, and the last part is 008, 009, 018, 019, 028, 029 etc.
Anyone got an idea why?
Sub Main()
Dim fixed As String = …
0
votes
2answers
154 views
How do I pass a String into a function in an NVelocity Template?
I'm using the NVelocity Templating engine to produce a fixed-length field output - you know the kind of thing:
Field Start Pos Field Length Notes
---------- --------- ------------ …
0
votes
11answers
524 views
Can’t figure out what this SubString.PadLeft is doing.
In this code I am debugging, I have this code snipit:
ddlExpYear.SelectedItem.Value.Substring(2).PadLeft(2, '0');
What does this return? I really can't run this too much as it is part of a live …
