Discuss this help topic in SecureBlackbox Forum

TElLDAPSSearchFilter.ToString

TElLDAPSSearchFilter     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Returns string value of the filter.

Declaration

[C#]
    string ToString();

[VB.NET]
    Function ToString() As String

[Pascal]
    function ToString : string;

[C++]
    void ToString(std::string &OutResult);

[PHP]
    string ToString()

[Java]
    String toString();

Description

    Use this method to get the string value of the filter.

Discuss this help topic in SecureBlackbox Forum