Table of Contents

Method FromString

Namespace
DotNetBrowser.Ui
Assembly
DotNetBrowser.dll

FromString(string)

Returns the Language instance by its string representation.

public static Language FromString(string value)

Parameters

value string

The language string representation

Returns

Language

The Language instance that corresponds to the provided string representation.