Contents tagged with C#
-
Integer Based Bit Manipulation - C#
As a follow up to my post from yesterday, here is the C# extension version of the integer bit manipulation. In order to facilitate the code I post, I have created a Codeplex project. The project name is Pickle, from my last name. It's going to be a kitchen sink project with all sorts of utilities in it.
-
C# String Replication Extension Method
From here, the rest is academic...
-
SQL + XML(?) + Unicode = Issue
The title of this post may not be entirely accurate, but it is pretty close. I recently encountered an issue with a 3rd party component that was reading unicode information from a MSSQL 2005 database and then sending an email using the value. For some reason, what appeared to be random unicode characters from SQL were displayed as the flattened '?'. The odd thing was the they were right next to other unicode values that came through just fine. Very odd...