LocalisedStringsMapTryGetLocalisedString Method |
Returns the localised string for the name passed across. If there is no such localised string then null is returned.
Namespace: VirtualRadar.LocalisationAssembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string TryGetLocalisedString(
string name
)
Public Function TryGetLocalisedString (
name As String
) As String
public:
String^ TryGetLocalisedString(
String^ name
)
member TryGetLocalisedString :
name : string -> string
Parameters
- name
- Type: SystemString
Return Value
Type:
StringSee Also