Discuss this help topic in SecureBlackbox Forum

TElWebDAVCollation.IndexOf

TElWebDAVCollation     See also     


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


Declaration

[C#]
    int IndexOf(string S, string SubS);

[VB.NET]
    Function IndexOf(ByVal S As String, ByVal SubS As String) As Integer

[Pascal]
    function IndexOf(const S, SubS : string) : integer; virtual;

[C++]
    int32_t IndexOf(const std::string &S, const std::string &SubS);

[PHP]
    integer IndexOf(string $S, string $SubS)

[Java]
    int indexOf(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