VB.NET에서 ""문자열을 0으로 치환할때 사용하는 방법

1. k=Val("")
2. Integer.TryParse("",k)

Posted by leeyongwan
,