d is declared as a string and I want to check and see if it's null. IsNull is giving me an error, is there a function in .NET to check if a string is null?
VB Code:
If UCase(objDR("JOB_REQD_OPT_SP")) = "Y" And (IsNull(d) Or Trim(d) = "") Then
|
Results 1 to 6 of 6
Thread: checking if a string is nullThreaded View
|
Click Here to Expand Forum to Full Width |