←Select platform

Index Property

Summary

The starting index into the string where the match occurs.

Syntax
C#
VB
C++
public int Index { get; } 
Public ReadOnly Property Index() As Integer 
   Get 
public:  
   property Int32 Index 
   { 
      Int32 get() 
   } 

Property Value

An integer corresponding to the string index where the match begins.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.