Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.golang.org.x.text.encoding.htmlindex
- Platforms: .NET, .NET Standard 2.0, Island
Methods
Get
class method Get(name: string): tuple of (Encoding, error)
static (Encoding, error) Get(string name)
static func Get(_ name: string) -> tuple of (Encoding, error)
func Get(name string) tuple of (Encoding, error)
Shared Function Get(name As string) As Tuple (Of Encoding, error)
Parameters:
- name:
LanguageDefault
class method LanguageDefault(tag: Tag): string
static string LanguageDefault(Tag tag)
static func LanguageDefault(_ tag: Tag) -> string
func LanguageDefault(tag Tag) string
Shared Function LanguageDefault(tag As Tag) As string
Parameters:
- tag:
Name
class method Name(e: Encoding): tuple of (string, error)
static (string, error) Name(Encoding e)
static func Name(_ e: Encoding) -> tuple of (string, error)
func Name(e Encoding) tuple of (string, error)
Shared Function Name(e As Encoding) As Tuple (Of string, error)
Parameters:
- e: