WordEncoder

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.mime
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:

 

constructor

 

constructor

 

WordEncoder()

 

init()

 

Sub New()

constructor (Byte)

 

// .NET, .NET Standard 2.0
constructor(aValue: Byte)
// Island
constructor(aValue: byte)

 

// .NET, .NET Standard 2.0
WordEncoder(Byte aValue)
// Island
WordEncoder(byte aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Byte)
// Island
init(_ aValue: byte)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Byte)
// Island
Sub New(aValue As byte)

Parameters:

  • aValue:

Encode

 

method Encode(charset: string; s: string): string

 

string Encode(string charset, string s)

 

func Encode(_ charset: string, _ s: string) -> string

 

func Encode(charset string, s string) string

 

Function Encode(charset As string, s As string) As string

Parameters:

  • charset:
  • s:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

Value

 

var Value: byte;

 

byte Value

 

var Value: byte

 

Value byte

 

FIELD Value() As byte

 

Value

 

var Value: byte;

 

byte Value

 

var Value: byte

 

Value byte

 

FIELD Value() As byte

 

constructor

 

constructor

 

WordEncoder()

 

init()

 

Sub New()

constructor (Byte)

 

// .NET, .NET Standard 2.0
constructor(aValue: Byte)
// Island
constructor(aValue: byte)

 

// .NET, .NET Standard 2.0
WordEncoder(Byte aValue)
// Island
WordEncoder(byte aValue)

 

// .NET, .NET Standard 2.0
init(_ aValue: Byte)
// Island
init(_ aValue: byte)

 

// .NET, .NET Standard 2.0
Sub New(aValue As Byte)
// Island
Sub New(aValue As byte)

Parameters:

  • aValue:

Encode

 

method Encode(charset: string; s: string): string

 

string Encode(string charset, string s)

 

func Encode(_ charset: string, _ s: string) -> string

 

func Encode(charset string, s string) string

 

Function Encode(charset As string, s As string) As string

Parameters:

  • charset:
  • s:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32