C# | Uri.CheckSchemeName(String) Method
Uri.CheckSchemeName(String) Method is used to determine whether the specified scheme name is valid or not. Syntax: public static bool CheckSchemeName (string schemeName); Here, it takes the scheme name to validate. Return Value: This method returns a Boolean value true if the scheme name is valid ot