Click or drag to resize
ResourceStringsTryGetLocalisedString Method
Tries to get the localised string for the name passed across.

Namespace: VirtualRadar.Localisation
Assembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool TryGetLocalisedString(
	string stringName,
	out string value
)

Parameters

stringName
Type: SystemString
value
Type: SystemString

Return Value

Type: Boolean
See Also