EncodeXmlValue Method (ConditionFilter)
In This Topic
Encodes filter value to string value.
Syntax
'Declaration
Protected Function EncodeXmlValue( _
ByVal As Object _
) As String
protected string EncodeXmlValue(
object
)
Parameters
- value
- Filter value
Return Value
String value
See Also