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: 9.0.0.0-142fa9725
Syntax
C#
public void Fill(
	string itemAsString
)

Parameters

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