Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.net.html.charset
- Platforms: .NET, .NET Standard 2.0, Island
Methods
DetermineEncoding
class method DetermineEncoding(content: Slice<Byte>; contentType: string): tuple of (e: Encoding, name: string, certain: Boolean)
static (Encoding e, string name, Boolean certain) DetermineEncoding(Slice<Byte> content, string contentType)
static func DetermineEncoding(_ content: Slice<Byte>, _ contentType: string) -> (Encoding, string, Boolean)
Parameters:
- content:
- contentType:
Lookup
static func Lookup(_ label: string) -> (Encoding, string)
Shared Function Lookup(label As string) As Tuple (Of Encoding, string)
Parameters:
- label:
NewReader
Parameters:
- r:
- contentType:
NewReaderLabel
Parameters:
- label:
- input: