What's the replacement of Space function (VB6 Function) in .NET . It's used to return a string consisting of the specified number of spaces.
VB Code:
Private Const MAX_PATH As Short = 260 Dim sBuffer As String sBuffer = [B]Space[/B](MAX_PATH * 2)
|
Results 1 to 18 of 18
Threaded View
|
Click Here to Expand Forum to Full Width |