Encoding
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.text.encoding
- Platforms: .NET, .NET Standard 2.0, Island
Required Methods
NewDecoder
// .NET, .NET Standard 2.0
method NewDecoder: Memory<Decoder>
// Island
method NewDecoder: Memory<Decoder>
// .NET, .NET Standard 2.0
func NewDecoder() -> Memory<Decoder>
// Island
func NewDecoder() -> Memory<Decoder>
NewEncoder
// .NET, .NET Standard 2.0
method NewEncoder: Memory<Encoder>
// Island
method NewEncoder: Memory<Encoder>
// .NET, .NET Standard 2.0
func NewEncoder() -> Memory<Encoder>
// Island
func NewEncoder() -> Memory<Encoder>