Can anyone explain me the difference between between isNothing and String.IsNullOrWhiteSpace
Hi @rrenu59
form my knowledge
isnothing - method used to check if the variable is initalized, nothing means the variable is not intialized (i.e) there is no memory is allocated for this variable
nullorwhitespace - it is to check whether it is empty or contain any whitespace.
Thank you
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.