NLSMap TryGet Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Tries to get the specified part(s) from the JSON content that represents map defaulting to another lang if requested lang is not found. Returns null if nothing is found

Namespace: NFX.Serialization.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public static bool TryGet(
	string json,
	out string result,
	NLSMap..::..GetParts tp,
	string langIso = null,
	string dfltLangIso = null,
	string concat = null
)

Return Value

Type: OnlineBoolean
See Also