[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
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
See Also
CAML Class
JohnHolliday.Caml.Net Namespace