Snippets created by Daniel Robinson
Hex encode / decode
Performs conversions to and from hexadecimal values.
20 people like this
Posted: 1 years ago by Daniel RobinsonQuote SQL Server identifiers
Quotes SQL Server identifiers. Handles embedded quotes.
1 people like this
Posted: 1 years ago by Daniel RobinsonLazily split string
Splits strings lazily, instead of splitting entire string into an array like System.String.Split. Especially useful for very large strings.
6 people like this
Posted: 1 years ago by Daniel RobinsonChange identifier case
Converts string to Pascal or camel case. Useful mostly for identifiers. Uses case changes to determine word boundaries.
4 people like this
Posted: 1 years ago by Daniel Robinson
Regular expression active pattern
Active pattern returning list of captured groups.
7 people like this
Posted: 1 years ago by Daniel Robinson.NET Interop
Facilities for interop with languages supporting null.
3 people like this
Posted: 1 years ago by Daniel RobinsonCheck if value is a valid enum or flags combination
-
1 people like this
Posted: 12 months ago by Daniel Robinson