Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27212

How to fill String with 0x00

$
0
0
Here is VB6 code that fill String with 0x00.
Private Const cMAXLEN = 255

Dim strLCData As String
strLCData = String$(cMAXLEN, 0)

How to make VB.NET code for this?

Viewing all articles
Browse latest Browse all 27212


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>