CATEGORIES
>>
Dart(2)
>>
Errors(5)
>>
Android(11)
>>
Errors(1)
>>
Errors(2)
>>
Windows 8(3)
>>
iPhone7(1)
>>
Errors(4)
>>
Html(1)
RECOMMENDED SITES
Visual basic vbnullchar replace
Dim testString = "bla bla bla & vbNullChar & & vbNullChar & & vbNullChar & ....";
testString = testString.Replace(vbNullChar, "")
What is vbNullChar variable?
This is a const variable on VB.Net
.NET Summary
Represents a null character for print and display functions.
Public Const vbNullChar As String = vbNullChar
Author: Engin ATALAY
Date: 12.02.2021 15:16:41
View Count: 1971
COMMENTS
João Gonçalo
16
Şubat
2023
03:46
Thank you very much, it solved 1000 percent my code.
João Gonçalo
Brazil