You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now "isGuid()" throws an exception if you pass it null or undefined... and this function (which is defined as returning a boolean) returns a blank string if you pass it a blank string (which makes no sense).
"isGuid()" should return FALSE for null, undefined, or blank string.
The text was updated successfully, but these errors were encountered:
Right now "isGuid()" throws an exception if you pass it null or undefined... and this function (which is defined as returning a boolean) returns a blank string if you pass it a blank string (which makes no sense).
"isGuid()" should return FALSE for null, undefined, or blank string.
The text was updated successfully, but these errors were encountered: