Table of Contents

Method Get

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Get(string)

Reads string from the resources.

public static string Get(string resourceKey)

Parameters

resourceKey string

The name of the resource to retrieve.

Returns

string

Get(string, params object[])

Reads string from the resources and formats it using args.

public static string Get(string resourceKey, params object[] args)

Parameters

resourceKey string

The name of the resource to retrieve.

args object[]

Arguments for use with string.Format.

Returns

string