Click or drag to resize

IScriptContextTryConvertFieldType Method

Attempts to convert the provided field to a new field type. A return value indicates whether the field was converted successfully to the new field type.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
bool TryConvertFieldType(
	FieldItem field,
	FieldItemType fieldType,
	bool logWarnings = false
)

Parameters

field
Type: Compiled.EDD.ScriptingFieldItem
The field to change and convert to a new field type.
fieldType
Type: Compiled.EDD.ScriptingFieldItemType
The new field type to convert values to.
logWarnings (Optional)
Type: SystemBoolean
When true warnings will be logged when data cannot be converted.

Return Value

Type: Boolean
true if conversion is successful; otherwise, false.
See Also