Click or drag to resize

AppletLocalizationServiceFormatString Method (String, String, Object)

Format the string

Namespace:  SanteDB.Core.Applets.Services.Impl
Assembly:  SanteDB.Core.Applets (in SanteDB.Core.Applets.dll) Version: 2.2.1
Syntax
public string FormatString(
	string locale,
	string stringKey,
	Object parameters
)

Parameters

locale
Type: SystemString

[Missing <param name="locale"/> documentation for "M:SanteDB.Core.Applets.Services.Impl.AppletLocalizationService.FormatString(System.String,System.String,System.Object)"]

stringKey
Type: SystemString

[Missing <param name="stringKey"/> documentation for "M:SanteDB.Core.Applets.Services.Impl.AppletLocalizationService.FormatString(System.String,System.String,System.Object)"]

parameters
Type: SystemObject

[Missing <param name="parameters"/> documentation for "M:SanteDB.Core.Applets.Services.Impl.AppletLocalizationService.FormatString(System.String,System.String,System.Object)"]

Return Value

Type: String

[Missing <returns> documentation for "M:SanteDB.Core.Applets.Services.Impl.AppletLocalizationService.FormatString(System.String,System.String,System.Object)"]

Implements

ILocalizationServiceFormatString(String, String, Object)
See Also