NLSMap Get Method NFX Class Library

[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.JSON
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string Get(
	NLSMap..::..GetParts tp,
	string langIso = null,
	string dfltLangIso = null,
	string concat = null
)

Return Value

Type: OnlineString
See Also