C#C
C#4y ago
CrosRoad95

❔ check if string is valid guid without guid.TryParse

as in title, i would like to avoid conditions like if (!Guid.TryParse(string, out var _)), instead i want something like if (!Guid.IsValid(string))
Was this page helpful?