Click or drag to resize

ILocalizationServiceGetString Method (String, Object)

Format a stringKey with parameters

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax
string GetString(
	string stringKey,
	Object parameters
)

Parameters

stringKey
Type: SystemString

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

parameters
Type: SystemObject

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

Return Value

Type: String

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

See Also