Click or drag to resize
FieldValueGetFieldValueFromString Method

Namespace: Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
protected static Object GetFieldValueFromString(
	SPWeb web,
	SPField field,
	string value
)

Parameters

web
Type: SPWeb
field
Type: SPField
value
Type: SystemString

Return Value

Type: Object
See Also