M
Matthew Hood
I'm in the transition on moving from VB6 to VB.NET, and I'm having a hard
time finding the equivalent Format function for VB.NET.
example: ?Format("1000.1234567", "0.00##") would return "1000.1235"
Though the example, I just used numeric values. My routine will need to
handle all string obects.
Currently, I'm using the VB6 compatibility function Format, though I would
like to use the preferred VB.NET function. I looked at the String.Format
function, but got a little confused and I'm not sure if this does the same
thing.
Can anybody help me?
TIA,
-Matt
time finding the equivalent Format function for VB.NET.
example: ?Format("1000.1234567", "0.00##") would return "1000.1235"
Though the example, I just used numeric values. My routine will need to
handle all string obects.
Currently, I'm using the VB6 compatibility function Format, though I would
like to use the preferred VB.NET function. I looked at the String.Format
function, but got a little confused and I'm not sure if this does the same
thing.
Can anybody help me?
TIA,
-Matt