Click or drag to resize

MetadataServiceTryParse Method

Parse input value and exclude values which do not fulfill requirements

Namespace:  FileHold.LibraryManager.Services
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public (bool IsSuccess, Object Result) TryParse(
	FieldDefinition definition,
	Object value
)

Parameters

definition
Type: FileHold.LibraryManagerFieldDefinition
value
Type: SystemObject

Return Value

Type: ValueTupleBoolean, Object
See Also