Region
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
Region()
init()
Sub New()
constructor (Region)
constructor(aregionID: Region)
Region(Region aregionID)
init(_ aregionID: Region)
Sub New(aregionID As Region)
Parameters:
- aregionID:
constructor (Region)
constructor(value: Region)
Region(Region value)
init(_ value: Region)
Sub New(value As Region)
Parameters:
- value:
Canonicalize
method Canonicalize: Region
Region Canonicalize()
func Canonicalize() -> Region
func Canonicalize() Region
Function Canonicalize() As Region
Contains
method Contains(c: Region): bool
bool Contains(Region c)
func Contains(_ c: Region) -> bool
func Contains(c Region) bool
Function Contains(c As Region) As bool
Parameters:
- c:
IsCountry
method IsCountry: bool
bool IsCountry()
func IsCountry() -> bool
func IsCountry() bool
Function IsCountry() As bool
IsGroup
method IsGroup: bool
bool IsGroup()
func IsGroup() -> bool
func IsGroup() bool
Function IsGroup() As bool
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
M49
method M49: int
int M49()
func M49() -> int
func M49() int
Function M49() As int
String
method String: string
string String()
func String() -> string
func String() string
Function String() As string
TLD
method TLD: tuple of (Region, error)
(Region, error) TLD()
func TLD() -> tuple of (Region, error)
func TLD() tuple of (Region, error)
Function TLD() As Tuple (Of Region, error)