Table of Contents

Method GetString

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

GetString(string, params object[])

Reads string from the resources and formats it using args. Long parameters (with length greater than 1024 characters) are trimmed.

public static string GetString(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