Base

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.golang.org.x.text.language
  • Platforms: .NET, .NET Standard 2.0, Island

Instance Methods


constructor

 

constructor

 

Base()

 

init()

 

Sub New()

constructor (Language)

 

constructor(alangID: Language)

 

Base(Language alangID)

 

init(_ alangID: Language)

 

Sub New(alangID As Language)

Parameters:

  • alangID:

constructor (Base)

 

constructor(value: Base)

 

Base(Base value)

 

init(_ value: Base)

 

Sub New(value As Base)

Parameters:

  • value:

ISO3

 

method ISO3: string

 

string ISO3()

 

func ISO3() -> string

 

func ISO3() string

 

Function ISO3() As string

IsPrivateUse

 

method IsPrivateUse: bool

 

bool IsPrivateUse()

 

func IsPrivateUse() -> bool

 

func IsPrivateUse() bool

 

Function IsPrivateUse() As bool

String

 

method String: string

 

string String()

 

func String() -> string

 

func String() string

 

Function String() As string