Found 23 packages
This plugin provider a way to limit an input to either alpha, numeric, alphanumberic. It also has options to control additional characters allowed, not allowed, as well as controlling negative and decimal signs, and cut and paste functionality. This was adapted from the original alphanumeric.js plugin by by Paulo P. Marinas.
Type of `IComparer` that enables the alphanumeric comparison of two objects.
Two ways of encoding data or string to only use alpha-numeric characters.
Helper for getting a (non-crypto) random, alphanumeric string of a given length
Random AlphaNumeric character generator. Can be used to create a variety of random strings using chars [A-Za-z0-9] and a few other special chars.
A helper library for resolving alpha-2, alpha-3 and numeric country codes to country records.
LibOptimization is a numerical optimization library that simplifies optimization using C#, VisualBasic.Net and other .NET Framework languages. Implementing optimization algorithm are Steepest Descent Method, Newton Method, Nelder Mead Method (Original ver, Wikipedia ver) ,Hooke and Jeeves of Pattern Search (Direct Search), Real-coded Genetic Algorithm(BLX-alpha and JGG, UNDX and JGG Simplex and JGG, REX and JGG, PCX and G3), Particle Swarm Optimization(Basic PSO, LDIW-PSO, CDIW-PSO, CRIW-PSO, AIW-PSO), Differential Evolution(DE/rand/1/bin, DE/best/1/bin, DE/rand/2/bin, DE/best/2/bin, JADE), Cuckoo Search(Standard), FireFry, Simulated Annealing, Evolution Strategy((1+1)-ES) and Hill Climbing.
A country enum created to simplyfy mapping countries to a enum. Created from the country data exttracted from Wikipedia. Provides a few extension methods to easilly access country name, decription, state name, ISO 3166-1 codes such as the alpha-2, alpha-3 and numeric codes, country flags etc .
Standards based implementations of various Base32 and Base64 encoding/decoding methods. These are designed to encode binary data to plain text, and decode the resulting text back to the original binary. This is useful when you need to transfer binary data through technologies that only support text (such as including binary security tokens in URLs). Base32Url encodes with only the characters A to Z and 2 to 7. No hyphens, underscores, pluses, slashes or equals are used, making it usable as a URL token in almost all circumstances. Base32Url also supports custom alphabets. A custom case sensitive alphabet with only consonant (non vowel) characters can be used to ensure your tokens do not contain accidental profanities. The following is an example that avoids vowels, the letter L and has no numeric characters: BCDFGHKMNPQRSTVWXYZbcdfghkmnpqrs. Base64Url is more compact than Base32Url and it is almost always usable as a URL token or file-name. The only non alpha-numeric characters Base64Url contains are the hyphen (-) and underscore (_) characters, neither of these need further encoding for use in URLs or file-names. * Supports standard Base32 with padding characters (=) per Base32 from RFC 4648. * Supports the Base32 extension / alternate alphabet z-base-32 and the asymmetric crockford encoding.
My package ConvertHtmlToText ParseName ProperCase RemoveNonAlphaNumeric
Implementation of interval calculus and alpha-cut - based operations on fuzzy intervals and numbers.
Contains interfaces and abstract classes that make it easy to create a class that is an Entity or ValueObject. Also contains utility functionality that make it easy to: * check if a string is null, has white space or is empty * check if a integer is 0 * calculate the age of something for a give date * get mime type * get mime type for a given file extension * get extension for a given mime type * generate random alpha numeric text, non alpha numeric text, alpha numeric text with special characters and non alpha numeric with special characters. * generate random integer value * check if an object is null * etc.
A library of types created to generate and mutate alpha-numeric sequences like serial numbers, invoices numbers, and record keeping reference numbers.
Provides strongly typed ISO 3166-1 country and region codes (Alpha-2, Alpha-3) generated at compile time from UN M49 numeric codes. Includes lookup service (ICountryCodeService). Lightweight and optimized for .NET 8 applications.
Quix.dll contains extension methods that enhance existing C# classes thus making life easier for developers.
Extension method to convert any string into a dash seperated string to be used for a URL. Eg: hello world is turned into hello-world. Non alpha numeric characters are stripped and diacritics are removed too.
A comprehensive library for converting between different country code formats, names, and other country-related information. Supports ISO 3166-1 alpha-2, alpha-3, numeric codes, country names, phone codes, and more.
Provides ISO 3166 country codes (numeric, alpha-2, alpha-3) with country names, regions, capitals, languages, currencies, and international dialing codes for use in global and localization scenarios.
EXTENSION METHODS STRING Extensions to convert to numbers Extensions to convert to DateTime Extensions to convert to Guid Extensions to Remove all except alpha numeric characters ASSEMBLY Extensions to get Assembly Attributes Extensions to get the Title of the Assembly Extensions to get the Version of the Assembly RANDOM Extensions to get a Random String CLASSES NotifyPropertyChangedBase Based on Microsofts NotifyProperyChangedBase provided in WinRT projects. Implements INotifyPropertyChanged allowing developers to just call SetProperty(ref v, value, "PropertyName") when one of the classes properties change. Matrix a wrapper around .NET's multi-dimensional array