Discuss this help topic in SecureBlackbox Forum

TElWebDAVCollation.EndsWith

TElWebDAVCollation     See also     


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


Declaration

[C#]
    bool EndsWith(string S, string SubS);

[VB.NET]
    Function EndsWith(ByVal S As String, ByVal SubS As String) As Boolean

[Pascal]
    function EndsWith(const S, SubS : string) : boolean; virtual;

[C++]
    bool EndsWith(const std::string &S, const std::string &SubS);

[PHP]
    bool EndsWith(string $S, string $SubS)

[Java]
    boolean endsWith(String S, String SubS);

Parameters

  • S -
  • SubS -

Return value

    Returns

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum