Click or drag to resize

FindAndReplaceItemFill Method

Fills object's properties based on the string representation.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public void Fill(
	string itemAsString
)

Parameters

itemAsString
Type: SystemString
A string representing the find/replace values delimited with a semi-colon ';' character.
See Also