Discuss this help topic in SecureBlackbox Forum

TElWebDAVCollation.StartsWith

TElWebDAVCollation     See also     


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


Declaration

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

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

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

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

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

[Java]
    boolean startsWith(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