Recent Posts

Validating a GUID input, TryParse vs RegEx

3 minute read

Once again I’m validating some text inputs, this time I need to verify that a user has entered a GUID in a valid format.  While I can’t verify that the user ...