[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Specifies a value of a given type

Namespace: JohnHolliday.Caml.Net
Assembly:  JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)

Syntax

C#
public static string Value(
	string valueType,
	string fieldValue
)
Visual Basic (Declaration)
Public Shared Function Value ( _
	valueType As String, _
	fieldValue As String _
) As String
Visual C++
public:
static String^ Value (
	String^ valueType, 
	String^ fieldValue
)

Parameters

valueType
String
a string describing the data type
fieldValue
String
the value formatted as a string

Return Value

a new CAML Value element

See Also