Click or drag to resize

AppStringContainer Constructor (String)

Constructs the object with a comma (,) separated string. Each item must be formatted with languageId:string, for instance 1000:OK

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public AppStringContainer(
	string csv
)

Parameters

csv
Type: SystemString
See Also