ResourceStringsTryGetLocalisedString Method |
Tries to get the localised string for the name passed across.
Namespace: VirtualRadar.LocalisationAssembly: VirtualRadar.Localisation (in VirtualRadar.Localisation.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool TryGetLocalisedString(
string stringName,
out string value
)
Public Function TryGetLocalisedString (
stringName As String,
<OutAttribute> ByRef value As String
) As Boolean
public:
bool TryGetLocalisedString(
String^ stringName,
[OutAttribute] String^% value
)
member TryGetLocalisedString :
stringName : string *
value : string byref -> bool
Parameters
- stringName
- Type: SystemString
- value
- Type: SystemString
Return Value
Type:
BooleanSee Also