- Namespace
-
GitVersion
.Helpers - Base Types
-
- object
graph BT Type-->Base0["object"] Type["EncodingHelper"]
class Type type-node
Syntax
public static class EncodingHelper
Methods
Name | Value | Summary |
---|---|---|
DetectEncoding |
Encoding? |
Returns the first encoding where all the preamble bytes
match exactly.
static
|
DetectEncoding |
Encoding? |
Detects the encoding of a file if and only if it
includes a preamble .
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
GetProperties |
IEnumerable |
From
ObjectExtensions
|