how to check if the value is alphabet and numbers only only in csharp

Code Example - how to check if the value is alphabet and numbers only only in csharp

                
                        Regex.IsMatch(input, @"^[a-zA-Z0-9]+%%%~COMPRESS~PRE~0~%%%quot;);