  | EditorManagerConvertValue Method (String, Object, String) | 
  
    Namespace: 
   Dynamicweb.Content.Items.Editors
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic Object ConvertValue(
	string fieldName,
	Object fieldValue,
	string itemSystemName
)
Public Function ConvertValue ( 
	fieldName As String,
	fieldValue As Object,
	itemSystemName As String
) As Object
Parameters
- fieldName
 - Type: SystemString
 - fieldValue
 - Type: SystemObject
 - itemSystemName
 - Type: SystemString
 
Return Value
Type: 
Object
See Also