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: 9.0.0.0-142fa9725
Syntax
C#
bool TryConvertFieldType(
	FieldItem field,
	FieldItemType fieldType,
	bool logWarnings = false
)

Parameters

field  FieldItem
The field to change and convert to a new field type.
fieldType  FieldItemType
The new field type to convert values to.
logWarnings  Boolean  (Optional)
When true warnings will be logged when data cannot be converted.

Return Value

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