Table of Contents

Operator explicit operator

Namespace
DotNetBrowser.Ui
Assembly
DotNetBrowser.dll

explicit operator Language(CultureInfo)

Returns the Language instance by the specified culture information.

public static explicit operator Language(CultureInfo cultureInfo)

Parameters

cultureInfo CultureInfo

The culture information.

Returns

Language

The Language instance that corresponds to the specified culture information.

explicit operator Language(string)

Returns the Language instance by its string representation.

public static explicit operator Language(string value)

Parameters

value string

The language string representation

Returns

Language

The Language instance that corresponds to the provided string representation.