35 packages tagged with “Char”
A collection of helpful char extension methods
A collection of helpful ReadOnlySpan (char) extension methods
Randomizer.NET is .NET library to generate random values of predefined types.
Library providing access to Unicode data to .NET clients.
Support handling of East Asian Width character
Char limit property editor for Umbraco 7+
.NET types extensions.
Some general useful extension methods for .NET 4.0 or above
An iteration over Tim Geyssens and Carlos Casalicchio's input char limit editor. You are able to define messages, store over 500 chars and use it without having to convert it to a string
Dynamic character count for text areas and input fields. http://cssglobe.com/lab/charcount/01.html
Simple string parsing
Unicode info library for .NET
A textbox or textarea based on character limit (textbox for less than 100, and textarea for over 100 characters) that counts the number of characters and blocks further typing of limit is reached. Visually rich interface.
A class for converting managed base types to byte arrays and vice versa
Methods for generating random text.
Builds on type of the ConstTypeArgs.Core library to provide const type arguments that allow you to use type parameters to pass char values to generics at compile-time. This provides an analog to type specialization in C++, and can be used for scenarios such as: * Static configuration, * Eliminating unnecessary instance constructors, * "Passing" values to type initializers, * And more. Built-in const type arguments cover all ASCII & extended ASCII characters. Here's a simple demonstration showing how to define and use const type arguments and domain-specific type arguments: using ConstTypeArgs.Chars; // Const type arguments: public readonly struct Comma : K_Byte<Comma> { public static char Value => ','; } public readonly struct Semicolon : K_Byte<Semicolon> { public static char Value => ';'; } public readonly struct Slash : K_Byte<Slash> { public static char Value => (char)47; } public readonly struct VerticalBar : K_Byte<VerticalBar> { public static char Value => '|'; } public abstract class DefaultSeparator : Char<Semicolon> { } // Usage: public static class Foo<TChar> where TChar: K_Char { private static readonly char Separator = TChar.Value; public static void Output(string[] items) { foreach (var item in items) Console.Write($"{item}{Separator}"); } } // Elsewhere: var helloWorld = new string[] { "Hello", "World!" }; Foo<Comma>.Output(helloWorld); // Output: Hello,World! Foo<Slash>.Output(helloWorld); // Output: Hello/World! Foo<VerticalBar>.Output(helloWorld); // Output: Hello|World! Foo<DefaultSeparator>.Output(helloWorld); // Output: Hello;World!
C# library Class that provides a set of string and character extension methods to enhance text processing:
C++ simple encoding conversion.
Xamarin.Android Binding for Felix Soares' HorizontalBarGraph. An Android graph view library
Redistributable components for package 'libscodecvt.dll'. This package should only be installed as a dependency. (This is not the package you are looking for).
Providing String/Span-based extension methods.
C++ simple input and output.
Redistributable components for package 'extios.dll'. This package should only be installed as a dependency. (This is not the package you are looking for).
Convert Chinese Character to Traditional, Simple, CCCode, Syllable, Spell. 支持转换为繁体字,简体字,拼音,中文商用电码等。
A collection of helpful ReadOnlySpan (char) html-related extension methods
High performance case transformation utility methods