PHP preg match IP-adress check
This function checks if an input-value is an IP-adresse or not. It makes use of the regular-expression function preg_match.
|
XPathDocument, XPathNavigator, XPathNodeIterator sample with C#
This sample shows how to use the XPathNavigator to with CreateNavigator to iterate over an Xml-Document loaded with XPathDocument.
|
Convert number to Hex-string C#
A snippet to convert an Int32-value to a Hex-string. To use it, you have to add a reference to the assembly Mircosoft.VisualBasic which contains some nice shortcuts for such functionalities.
|
IsDateTime C# ErrorProvider
In this sample-snippet the author shows how to check if an input-value is of type DateTime. The method is provided in a static class called TypeHelper. In the example, the class is used to show the...
|
Get ClipBoard Text with .NET (C#)
This helper-class can be used to get the text in the ClipBoard. It return an empty string if no text can be found.
|