What will happen if you initialize a string object within a Using statement/block?
Vincent Maverick Durano
The string object will not available outside the block.