Discuss this help topic in SecureBlackbox Forum

TElLDAPAttributeValue.ToString

TElLDAPAttributeValue     


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


Returns the value in string representation.

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();

Return value

    Returns string representation of the attribute value.

Description

    Call this method to get the value in string form.

Discuss this help topic in SecureBlackbox Forum