Show / Hide Table of Contents

Class EncodingExtensions

Represents extension method for data type.

Inheritance
Object
EncodingExtensions
Namespace: DotNext.Text
Assembly: DotNext.dll
Syntax
public static class EncodingExtensions : object

Methods

| Improve this Doc View Source

WithoutPreamble(Encoding)

Returns that doesn't generate BOM.

Declaration
public static Encoding WithoutPreamble(this Encoding encoding)
Parameters
Type Name Description
Encoding encoding

The source encoding.

Returns
Type Description
Encoding

The source encoding without BOM.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX