[This is preliminary documentation and is subject to change.]
Tries to get the specified part(s) from the map defaulting to another lang if requested lang is not found.
Returns null if nothing is found
Namespace: NFX.Serialization.JSONAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public string Get(
NLSMap..::..GetParts tp,
string langIso = null,
string dfltLangIso = null,
string concat = null
)
public string Get(
NLSMap..::..GetParts tp,
string langIso = null,
string dfltLangIso = null,
string concat = null
)
Public Function Get (
tp As NLSMap..::..GetParts,
Optional langIso As String = Nothing,
Optional dfltLangIso As String = Nothing,
Optional concat As String = Nothing
) As String
Public Function Get (
tp As NLSMap..::..GetParts,
Optional langIso As String = Nothing,
Optional dfltLangIso As String = Nothing,
Optional concat As String = Nothing
) As String
public:
String^ Get(
NLSMap..::..GetParts tp,
String^ langIso = nullptr,
String^ dfltLangIso = nullptr,
String^ concat = nullptr
)
public:
String^ Get(
NLSMap..::..GetParts tp,
String^ langIso = nullptr,
String^ dfltLangIso = nullptr,
String^ concat = nullptr
)
member Get :
tp : NLSMap..::..GetParts *
?langIso : string *
?dfltLangIso : string *
?concat : string
(* Defaults:
let _langIso = defaultArg langIso null
let _dfltLangIso = defaultArg dfltLangIso null
let _concat = defaultArg concat null
*)
-> string
member Get :
tp : NLSMap..::..GetParts *
?langIso : string *
?dfltLangIso : string *
?concat : string
(* Defaults:
let _langIso = defaultArg langIso null
let _dfltLangIso = defaultArg dfltLangIso null
let _concat = defaultArg concat null
*)
-> string
Return Value
Type:
String