Click or drag to resize

SerializationHelperLoadAndDeserializeStrings Method

LoadAndDeserializeStrings

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<AppStringFileEntry> LoadAndDeserializeStrings(
	string fileName,
	IEnumerable<AppStringFileEntry> masterStrings = null
)

Parameters

fileName
Type: SystemString
masterStrings (Optional)
Type: System.Collections.GenericIEnumerableAppStringFileEntry

Return Value

Type: ListAppStringFileEntry
See Also