Extensions for testing strings.
- Namespace
- Statiq
.Testing - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["StringExtensions"]
class Type type-node
Syntax
public static class StringExtensions
Methods
Name | Return Value | Summary |
---|---|---|
NormalizeLineEndings |
string |
Converts all
\r\n pairs to \n .
static
|