Class EncodingUtils
Inheritance
System.Object
EncodingUtils
Assembly: Steeltoe.Common.dll
Syntax
public static class EncodingUtils : object
Fields
|
Edit this page
View Source
Utf16
Declaration
public static readonly Encoding Utf16
Field Value
Type |
Description |
Encoding |
|
|
Edit this page
View Source
Utf16be
Declaration
public static readonly Encoding Utf16be
Field Value
Type |
Description |
Encoding |
|
|
Edit this page
View Source
Utf32
Declaration
public static readonly Encoding Utf32
Field Value
Type |
Description |
Encoding |
|
|
Edit this page
View Source
Utf32be
Declaration
public static readonly Encoding Utf32be
Field Value
Type |
Description |
Encoding |
|
|
Edit this page
View Source
Utf7
Declaration
public static readonly Encoding Utf7
Field Value
Type |
Description |
Encoding |
|
|
Edit this page
View Source
Utf8
Declaration
public static readonly Encoding Utf8
Field Value
Type |
Description |
Encoding |
|
Methods
|
Edit this page
View Source
GetDefaultEncoding()
Declaration
public static Encoding GetDefaultEncoding()
Returns
Type |
Description |
Encoding |
|
|
Edit this page
View Source
GetEncoding(Encoding)
Declaration
public static string GetEncoding(Encoding name)
Parameters
Type |
Name |
Description |
Encoding |
name |
|
Returns
Type |
Description |
System.String |
|
|
Edit this page
View Source
GetEncoding(String)
Declaration
public static Encoding GetEncoding(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
Encoding |
|