←Select platform

Length Property

Summary

The length of characters that the match spans.

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

Property Value

An integer corresponding to the number of characters found in the match.

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.