V
vbDavidC
Hi,
Does Intellisense show the differen
I am using VB2005 and was reading a VB book and came across the
PadLeft method and I wanted to understand how it works.
m_MyString = m_strTime.PadLeft(4,Convert.ToChar("0"))
I understand (perfectly) how this works but since I am new to this
language I wanted to make sure I understood it properly. If I use
Intellisense or use MS Help it shows it basically shows the PadLeft
with one parameter (totalwidth) and includes the statement:
'Right-aligns the characters in this instance, padding with spaces on
the left for a specified total length.'
I thought that Intellisense would show me a + sign that would allow me
to see different variations but in this case it did not do that. If I
check Help (F1) it shows 2 variations, although it seems that the
first time I checked Help it only showed the 1 variation.
Being in a hurry I might just use this shown example and never use
these other variations.
thanks for any help, David
Does Intellisense show the differen
I am using VB2005 and was reading a VB book and came across the
PadLeft method and I wanted to understand how it works.
m_MyString = m_strTime.PadLeft(4,Convert.ToChar("0"))
I understand (perfectly) how this works but since I am new to this
language I wanted to make sure I understood it properly. If I use
Intellisense or use MS Help it shows it basically shows the PadLeft
with one parameter (totalwidth) and includes the statement:
'Right-aligns the characters in this instance, padding with spaces on
the left for a specified total length.'
I thought that Intellisense would show me a + sign that would allow me
to see different variations but in this case it did not do that. If I
check Help (F1) it shows 2 variations, although it seems that the
first time I checked Help it only showed the 1 variation.
Being in a hurry I might just use this shown example and never use
these other variations.
thanks for any help, David