Click or drag to resize

ILocalizationServiceFormatString Method (String, Object)

Format a stringKey with parameters

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

Parameters

stringKey
Type: SystemString

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

parameters
Type: SystemObject

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

Return Value

Type: String

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

See Also