How to deep copy a IList in C# and VB.NET
To deep copy a IList in C# and VB.NET you can use the snippet. Sample C# Sample VB.NET
All the Code Snippets and Samples you need
To deep copy a IList in C# and VB.NET you can use the snippet. Sample C# Sample VB.NET
What is the difference between a mutable and immutable string in C# and VB.NET? A mutable string can be changed. An immutable string cannot be changed. Mutable is the english…
Since XSL 1.0 dows not have inbuild Trimming functions for Strings, you need to define your own templates. You can use the Trim Templates shown in the codesnippet below. Sample…
To use substring in IOS using Objective-C you can use the snippet below. Sample Objective-C
Here you can find a Case-Insensitive String.Replace method for C# and VB.NET. Sample C# Sample VB.NET
To convert NSNumber to int using Objective-C you can use the snippet below.
To format a float to 2 decimal places in Objective-C you can use the following snippet. Sample Objective-C
To convert string to int using Objective-C you can use the snippet below. Sample Objective-C or you can do it like this.
Sample C# Sample VB.NET for more informations on indentation = 2 see XmlTextWriter.Indentation Property
Sample C# Sample VB.NET for more informations on indentation = 2 see XmlTextWriter.Indentation Property