public static bool TryGet(
string json,
out string result,
NLSMap..::..GetParts tp,
string langIso = null,
string dfltLangIso = null,
string concat = null
)
public static bool TryGet(
string json,
out string result,
NLSMap..::..GetParts tp,
string langIso = null,
string dfltLangIso = null,
string concat = null
)
Public Shared Function TryGet (
json As String,
<OutAttribute> ByRef result As String,
tp As NLSMap..::..GetParts,
Optional langIso As String = Nothing,
Optional dfltLangIso As String = Nothing,
Optional concat As String = Nothing
) As Boolean
Public Shared Function TryGet (
json As String,
<OutAttribute> ByRef result As String,
tp As NLSMap..::..GetParts,
Optional langIso As String = Nothing,
Optional dfltLangIso As String = Nothing,
Optional concat As String = Nothing
) As Boolean
public:
static bool TryGet(
String^ json,
[OutAttribute] String^% result,
NLSMap..::..GetParts tp,
String^ langIso = nullptr,
String^ dfltLangIso = nullptr,
String^ concat = nullptr
)
public:
static bool TryGet(
String^ json,
[OutAttribute] String^% result,
NLSMap..::..GetParts tp,
String^ langIso = nullptr,
String^ dfltLangIso = nullptr,
String^ concat = nullptr
)
static member TryGet :
json : string *
result : string byref *
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
*)
-> bool
static member TryGet :
json : string *
result : string byref *
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
*)
-> bool