Creates a localized format string that is transformed using the specified resource id. The translated text is the first parameter in the format string
public string TFormat(string format, string resId, string resourceSet, Object[] args)
Parameters
format
Format string that is to be localized
resId
Resource id to localize from
resourceSet
Resource set to localize from
args
Any arguments for the format string
See also:
Class DbResInstance© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic