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

Creates a "safe" identifier for use in CAML expressions.

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

Syntax

C#
public static string SafeIdentifier(
	string identifier
)
Visual Basic (Declaration)
Public Shared Function SafeIdentifier ( _
	identifier As String _
) As String
Visual C++
public:
static String^ SafeIdentifier (
	String^ identifier
)

Parameters

identifier
String
the identifier to be tokenized

Return Value

a tokenized version of the identifier

Remarks

This method replaces blank spaces with the "_x0020_" token.

See Also

CAML Class
JohnHolliday.Caml.Net Namespace