¡@

Home 

c# Programming Glossary: character

How can I decode HTML characters in C#?

http://stackoverflow.com/questions/122641/how-can-i-decode-html-characters-in-c

can I decode HTML characters in C# I have email addresses encoded with HTML character entities... characters in C# I have email addresses encoded with HTML character entities. Is there anything in .NET that can convert them to..

Converting Unicode strings to escaped ascii string

http://stackoverflow.com/questions/1615559/converting-unicode-strings-to-escaped-ascii-string

can I convert this string This string contains the unicode character Pi into an escaped ascii string This string contains the unicode.. an escaped ascii string This string contains the unicode character Pi u03a0 and vice versa The current Encoding available in C#.. versa The current Encoding available in C# converts the character into . I need to preserve that character. c# unicode encoding..

Simple 2 way encryption for C#

http://stackoverflow.com/questions/165808/simple-2-way-encryption-for-c-sharp

return encoding.GetBytes str However this results in character values that cannot be passed in a URL. So instead I just lay..

Call ASP.NET Function From Javascript?

http://stackoverflow.com/questions/3713/call-asp-net-function-from-javascript

Case insensitive 'Contains(string)'

http://stackoverflow.com/questions/444798/case-insensitive-containsstring

dependent . For example the English language uses the characters I and i for the upper and lower case versions of the ninth.. the ninth letter whereas the Turkish language uses these characters for the eleventh and twelfth letters of its 29 letter long.. The Turkish upper case version of 'i' is the unfamiliar character 'Ä°'. Thus the strings tin and TIN are the same word in English..

How to read a text file reversely with iterator in C#

http://stackoverflow.com/questions/452902/how-to-read-a-text-file-reversely-with-iterator-in-c-sharp

keep having to check whether you're in the middle of a character or not when you fetch data. There's nothing built into the framework.. least as big as the maximum number of bytes for a single character. summary private readonly int bufferSize summary Function which.. states whether or not the byte represents the start of a character. summary private Func long byte bool characterStartDetector..

How do I make a textbox that only accepts numbers?

http://stackoverflow.com/questions/463299/how-do-i-make-a-textbox-that-only-accepts-numbers

by overloading the KeyPress event and just removing characters which didn't fit the specification. I've looked at the MaskedTextBox.. Ideally this would behave such that pressing a non numeric character would either produce no result or immediately provide the user.. provide the user with feedback about the invalid character. c# .net winforms textbox share improve this question Two..

What's the use/meaning of the @ character in variable names in C#?

http://stackoverflow.com/questions/91817/whats-the-use-meaning-of-the-character-in-variable-names-in-c

the use meaning of the @ character in variable names in C# I discovered that you can start your.. that you can start your variable name with a '@' character in C#. In my C# project I was using a web service I added a.. answers. So what is the exact meaning or use of the '@' character in a variable property name c# naming specifications share..

Special Character in XPATH Query

http://stackoverflow.com/questions/1341847/special-character-in-xpath-query

Character in XPATH Query I use the following XPATH Query to list the..

How to convert HTML to XHTML?

http://stackoverflow.com/questions/138555/how-to-convert-html-to-xhtml

checks level 0 1 2 3 . 0 is assumed if level is missing. Character encodings raw output values above 127 without conversion to..

Resources for 2d game physics [closed]

http://stackoverflow.com/questions/165404/resources-for-2d-game-physics

Methods Verlet Integration Wikipedia Article Advanced Character Physics Great article Includes movement collisions joints and..

Recommend an Open Source .NET Barcode Reader Library [closed]

http://stackoverflow.com/questions/191192/recommend-an-open-source-net-barcode-reader-library

Based on the stackoverflow question titled Barcode and Character Recognition component for .Net we've discovered open source..

Slugify and Character Transliteration in C#

http://stackoverflow.com/questions/2173825/slugify-and-character-transliteration-in-c-sharp

and Character Transliteration in C# I'm trying to translate the following..

Strong password regex

http://stackoverflow.com/questions/3131025/strong-password-regex

regex I need strong password validation regex Special Characters Not Allowed Spaces Not Allowed Numeric Character At least one.. Special Characters Not Allowed Spaces Not Allowed Numeric Character At least one character At least one Capital Letter Minimum and.. Capital Letter Minimum and Maximum Length of field 6 to 12 Characters Repetitive Characters Allowed only two repetitive characters..

Why doesn't finite repetition in lookbehind work in some flavors?p

http://stackoverflow.com/questions/3159524/why-doesnt-finite-repetition-in-lookbehind-work-in-some-flavorsp

pattern References regular expressions.info Lookarounds Character classes Alternation Capturing groups Java Java supports only..

translate Perl regex to .NET

http://stackoverflow.com/questions/3417644/translate-perl-regex-to-net

expression in conditional expression pattern yes no . Character class subtraction undocumented a z d w Balancing Group name..

What's the difference between UTF8/UTF16 and Base64 in terms of encoding

http://stackoverflow.com/questions/3866316/whats-the-difference-between-utf8-utf16-and-base64-in-terms-of-encoding

Absolutely Positively Must Know About Unicode and Character Sets No Excuses Base64 is a method to encode a byte sequence..

Splitting a string / number every Nth Character / Number?

http://stackoverflow.com/questions/4133377/splitting-a-string-number-every-nth-character-number

a string number every Nth Character Number I need to split a number into even parts for example..

C# Equivalent of SQL Server 2005 DataTypes

http://stackoverflow.com/questions/425389/c-sharp-equivalent-of-sql-server-2005-datatypes

date datetimeoffset datetime2 smalldatetime datetime time Character Strings char varchar text Unicode Character Strings nchar nvarchar.. datetime time Character Strings char varchar text Unicode Character Strings nchar nvarchar ntext Binary Strings binary varbinary..

Are Java and C# regular expressions compatible?

http://stackoverflow.com/questions/538579/are-java-and-c-sharp-regular-expressions-compatible

else .NET YES Java NO #comment comments .NET YES Java NO Character class is a single token Free spacing syntax .NET YES Java NO..

C# Extension Method - String Split that also accepts an Escape Character

http://stackoverflow.com/questions/634777/c-sharp-extension-method-string-split-that-also-accepts-an-escape-character

Extension Method String Split that also accepts an Escape Character I'd like to write an extension method for the .NET String class... string Split this string input string separator char escapeCharacter ... UPDATE Because it came up in one the comments the escaping..... Split this string input string separator char escapeCharacter int startOfSegment 0 int index 0 while index input.Length index..

Why does StandardOutput.Read() block when StartInfo.RedirectStandardInput is set to true?

http://stackoverflow.com/questions/6655613/why-does-standardoutput-read-block-when-startinfo-redirectstandardinput-is-set

void ReadThread while ExitThread string Output int CharacterInt myProcess.StandardOutput.Read while CharacterInt 0 char.. int CharacterInt myProcess.StandardOutput.Read while CharacterInt 0 char Character char CharacterInt Output Character var.. myProcess.StandardOutput.Read while CharacterInt 0 char Character char CharacterInt Output Character var MyDelegate new delegateUpdateText..

What are some popular OCR algorithms?

http://stackoverflow.com/questions/850717/what-are-some-popular-ocr-algorithms

while so I've decided to attempt to build a simple Optical Character Recognition demo in C#. I'm looking for a description of some..

How can I detect the encoding/codepage of a text file

http://stackoverflow.com/questions/90838/how-can-i-detect-the-encoding-codepage-of-a-text-file

Absolutely Positively Must Know About Unicode and Character Sets No Excuses . Specifically Joel says The Single Most Important..