Showing 1-10 of 268
|
[templete] std::string to_string
| Convert to string | C++ | 56 | 7/7/2010 |
|
How to check if a string contains numbers
| To check String contains number | SQL | 77 | 6/29/2010 |
|
Split a pascal-case string
| This little method (in C#) splits a pascal-cased string along the word boundaries to put spaces between the words. A pascal-cased string is a string where each word boundary begins with a capital letter. | C# | 61 | 6/25/2010 |
|
String Split - Example
| String Split - Example | C# | 140 | 5/21/2010 |
|
Number to string without rounding
| display number (as string) with set number of decimal places but without rounding. ToString() rounds up | C# | 100 | 5/9/2010 |
|
Datum (2009,2010,1998 usw.) aus String entfernen
| Entfernt Jahreszahl aus einem String.
z.B Year 2009 --> Year | VB.NET | 91 | 5/9/2010 |
|
Convert Byte Array to Hexadecimal string
| How do you convert Byte Array to Hexadecimal String, and vice versa, in C# | C# | 62 | 4/28/2010 |
|
Convert a string to and from a 64bit string
| The snippet takes a string and hashes it as a 64bit string, and the other method takes that hashed string and converts it back to a normal string. | C# | 112 | 4/22/2010 |
|
Escape a string for XML
| Escape a string for XML the simple way, without using an XMLDocument or similar. | C# | 135 | 4/8/2010 |
|
Connection String
| gets the connection string from web.config file | C# | 144 | 3/29/2010 |