Popular C# Snippets Tagged 'String'
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev [Page 1 of 1] Next »
C# format String c saved by 10 people
C# String Formats
posted on May 16, 2009 by stewshack
C# array String byte convert saved by 9 people
Convert String to Byte Array
posted on June 17, 2008 by Anthony
C# String enum csharp enumerate saved by 6 people
Create IEnumerable<string> to manually enumerate over string values
posted on January 13, 2009 by pckujawa
C# array String byte convert saved by 6 people
Convert Byte Array to String
posted on June 17, 2008 by Anthony
C# String saved by 4 people
Removing the last character of a string
posted on August 24, 2010 by indra
C# url String Linq saved by 4 people
Get URL Parameters using LINQ
posted on February 5, 2010 by ajit555
C# String serialization base64 saved by 4 people
De-serialize Base64 String to Object
posted on August 25, 2008 by Anthony
C# String serialization base64 saved by 4 people
Serialize Object to a Base64 String
posted on August 25, 2008 by Anthony
C# regex whitespace empty String null saved by 3 people
Extension method to test whether a string is null or empty or whitespace
posted on April 6, 2009 by Anthony
C# escape xml String saved by 3 people
Escape Illegal XML Characters
posted on August 22, 2008 by Anthony
C# array String loop foreach comma delimit saved by 3 people
Merging a String Array to a Comma delimited String (foreach)
posted on January 18, 2008 by ecavazos
C# hex String convert saved by 2 people
String to Hex - Hex to String Convert
posted on June 29, 2010 by emregulcan
C# String reverse stringbuilder saved by 2 people
Reverse String
posted on November 1, 2009 by rtipton
C# random generator String saved by 2 people
Random String Generator
posted on March 21, 2009 by vcskicks
C# String saved by 2 people
C# String Left and Right
posted on February 28, 2009 by spark9
C# String validation RegularExpression saved by 2 people
Validate string via regular expression
posted on January 15, 2009 by leonbda
C# empty String saved by 2 people
Check for An Empty String
posted on January 3, 2009 by jdmays
C# array String byte saved by 1 person
string to byte array backward
posted on August 3, 2011 by darkbaron1912
C# String extension truncate substring c# saved by 1 person
TruncateOnWordBoundary - a useful extension method for cutting a string short, but not in the middle of a word.
posted on May 24, 2011 by stewartrae
C# String c extension-method saved by 1 person
Chop words
posted on June 28, 2010 by corydeppen
C# String c extension-method saved by 1 person
AsPascalSpaced
posted on June 25, 2010 by corydeppen
C# format String arguments Named saved by 1 person
String Format with Named Arguments
posted on February 19, 2010 by jmcd
C# String c functions saved by 1 person
Replacing characters with escape sequences
posted on January 10, 2010 by quangnd
C# String c truncate saved by 1 person
C# Truncate String Text
posted on October 2, 2009 by jasonseney
C# url String encode querystring saved by 1 person
Ecode string to be URL friendly
posted on January 21, 2009 by leonbda
C# regularexpressions String non-numeric saved by 1 person
Strip out Non-Numeric Values from a String
posted on October 20, 2008 by Anthony
C# String enum member saved by 1 person
Convert a string to its respective Enum member
posted on April 8, 2008 by paragjagdale
C# url String regular Expression Handling saved by 1 person
Regular Expression to Separate the Anchor Part of a URL
posted on September 18, 2006 by rengber
C# String c#
Remove carriage return, newline, and spaces from string
posted on January 25, 2011 by dotNetkow
C# filesize String conversion description
converting bytes to an appropriate file size description
posted on January 24, 2011 by kyrathaba
C# time String conversion duration
Converting seconds to an appropriate string description
posted on January 24, 2011 by kyrathaba
C# String text logging
String extension useful for logging
posted on December 29, 2010 by ronklein
C# file String save
save string to file
posted on November 8, 2010 by darxkies
C# String ascii unicode encoding
Check if a string can be represented as ASCII
posted on June 17, 2010 by pckujawa
C# String loop char Converter
Iterating through the Alphabet
posted on September 4, 2006 by rengber
« Prev [Page 1 of 1] Next »