A validator for validating if an ISO code string can be is valid.
Namespace: Umbraco.Cms.Core.Services Assembly: Umbraco.Core.dll Syntaxpublic interface IIsoCodeValidator
Methods View Source IsValid(CultureInfo)
Validates that a cultureInfo is a valid culture info in Umbraco.
Declarationbool IsValid(CultureInfo culture)
Parameters Type Name Description System.Globalization.CultureInfo culture
The culture info to validate.
Returns Type Description System.BooleanTrue if the CultureInfo is valid in Umbraco.
View Source IsValid(String)Validates that a string is a valid ISO code.
Declarationvirtual bool IsValid(string isoCode)
Parameters Type Name Description System.String isoCode
The string to validate.
Returns Type Description System.BooleanTrue if the string is a valid ISO code.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4