Transformer
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.text.transform
- Platforms: .NET, .NET Standard 2.0, Island
Required Methods
Reset
method Reset
void Reset()
func Reset()
// .NET, .NET Standard 2.0
func Reset()
// Island
func Reset() void
Sub Reset()
Transform
method Transform(dst: Slice<Byte>; src: Slice<Byte>; atEOF: bool): tuple of (nDst: Int64, nSrc: Int64, err: error)
(Int64 nDst, Int64 nSrc, error err) Transform(Slice<Byte> dst, Slice<Byte> src, bool atEOF)
func Transform(_ dst: Slice<Byte>, _ src: Slice<Byte>, _ atEOF: bool) -> tuple of (Int64, Int64, error)
func Transform(dst Slice<Byte>, src Slice<Byte>, atEOF bool) tuple of (|name=nDst| Int64, |name=nSrc| Int64, |name=err| error)
Function Transform(dst As Slice<Byte>, src As Slice<Byte>, atEOF As bool) As Tuple (Of Int64, Int64, error)
Parameters:
- dst:
- src:
- atEOF: