C# Overriding ToString MethodMicrosoft has an article on overriding the ToString() method in the web page called Formatting Types in .NET. […] June 23, 2018 in C# tagged C# / convert / tostring / override / overriding by Mike
C# StringsIn C# a string is a series of Unicode characters. We surround strings with double quotes, whereas we […] June 6, 2018 in C# tagged strings / convert / string / concatenation / join / escape / parse / charaacters / tostring by Mike
C# Type ConversionWhat is type conversion? Mosh Hamedani has a short instructional video up at Udemy.com. It’s the tenth video […] May 21, 2018 in C# tagged conversion / convert / type / types / C# Primitives and Expressions by Mike
SQL Server Strings ConcatenationNumbers and Strings If you want to concatenate a number to a string you need to know how […] July 2, 2017 in SQL Server tagged IIF / concatenation / case / Coalesce / precedence / type / data / convert / cast / string by Mike
Convert Case OnlineDo you need to convert some text from one case to another? Perhaps you left the Caps lock […] February 17, 2017 in Text Editors tagged editor / text / convert / case by Mike
C# Enumerations Part 2Here are some examples of use cases for enumerations. Suppose you have a series of integer values that […] April 3, 2016 in C# tagged list / convert / cast / tryparse / enumeration / enum / cardinal / cardinality / C# Complex Types by Mike