Click or drag to resize

ILocalizationService.GetString 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: System.String

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

parameters
Type: System.Object

[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