RecroDictServiceFormatResource Method

Definition

Namespace: Recrovit.RecroGridFramework.Client.Services
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 10.2.0.10716
C#
public string FormatResource(
	string? scope,
	string resourceKey,
	string value,
	params Object[] args
)

Parameters

scope  String
 
resourceKey  String
 
value  String
 
args  Object
 

Return Value

String

Implements

IRecroDictFormatter.FormatResource(String, String, String, Object)

See Also