Click or drag to resize

AppletLocalizationServiceFormatString Method (String, Object)

Format the specified 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 stringKey,
	Object parameters
)

Parameters

stringKey
Type: SystemString

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

parameters
Type: SystemObject

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

Return Value

Type: String

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

Implements

ILocalizationServiceFormatString(String, Object)
See Also