Simple Type Percent for XSD Files
To use the simply type percent (xs:decimal), see the snippet below.
All the Code Snippets and Samples you need
To use the simply type percent (xs:decimal), see the snippet below.
What is the difference between typeof(), GetType() and is? typeof() takes a type name specified at compile Time. GetType() gets the Type of an Object at runtime is returns true…
To retrieve a IEnuemerable of all types in the current or another Assembly that implement a specific Interface / Abstract class and so on, you can use the snippets below.…
Here you can find a generic Type conversion snippet for C# and VB.NET. Sample C# Sample VB.NET
To call a static method in different assembly using Reflection in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
To call a static method in different assembly using Reflection in C# and VB.NET you can use the snippet below. Sample C# Sample VB.NET
To get the type of a generic parameter in C# and VB.NET you can use the following snippet. Sample C# Sample VB.NET
The best Datatype for money in C# and VB.NET is Decimal. What is the MSDN saying about Decimal. The Decimal value type represents decimal numbers ranging from positive 79,228,162,514,264,337,593,543,950,335 to…
To get the mime type of a file in Java you can use the following snippet. Sample Java
To get the mime type of a file in Python you can use the following snippet. Sample Python