Err and err and err again, but less and less and less. --Piet Hein

Posts in text


An Easier Way to Append Strings with a Delimiter

Appending strings is a common and repetitive task in C#. You'll be surprised how much time and energy this little extension method saves you. Continue...

Snippet C# Text

Extract Keywords from a Search String in C#

A better way than String.Split to extract words from a string. Continue...

Developer Tips and Tutorials C# Text

Extract Hex Digits From a String

Learn how to extract hex digits from a string using C#. Useful for cases where you have dirty hex information or extra characters. Continue...

Developer Tips and Tutorials C# Text

Version: 6.0.20200920.1535