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: 1674
 
 

COMMENTS
 
Resim Yüklenemedi
João Gonçalo
16 Şubat 2023 03:46
Thank you very much, it solved 1000 percent my code. João Gonçalo Brazil
 
 
 
 
 
 
 
 
 
 
 
 
WRITE COMMENT
 
 
Your Name :
 
 
 
E-mail :
 
 
 
Your Message :
 
 
 
 
 
 
 
This project : ASP.NET MVC , RAZOR, Entity Framework , CSS , HTML , JQUERY(2.0.2) , AJAX the C# side-tier architecture was developed with logic.
 
Yukarı Çık