Overview

Location

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

Required Methods


MarshalText

method MarshalText: tuple of (text: Slice<Byte>, err: error)
(Slice<Byte>text, error err) MarshalText()
func MarshalText() -> tuple of (Slice<Byte>, error)
func MarshalText() tuple of (|name=text| Slice<Byte>, |name=err| error)
Function MarshalText() As Tuple (Of Slice<Byte>, error)