Performs conversions to and from hexadecimal values.
28 people like thisPosted: 13 years ago by Daniel Robinson
Splits strings lazily, instead of splitting entire string into an array like System.String.Split. Especially useful for very large strings.
7 people like thisPosted: 13 years ago by Daniel Robinson
Active pattern returning list of captured groups.
11 people like thisPosted: 13 years ago by Daniel Robinson
-
2 people like thisPosted: 13 years ago by Daniel Robinson
Quotes SQL Server identifiers. Handles embedded quotes.
2 people like thisPosted: 13 years ago by Daniel Robinson
Converts string to Pascal or camel case. Useful mostly for identifiers. Uses case changes to determine word boundaries.
4 people like thisPosted: 13 years ago by Daniel Robinson
Facilities for interop with languages supporting null.
4 people like thisPosted: 13 years ago by Daniel Robinson