RegexRunner.IsBoundary Method (Int32, Int32, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used by a Regex object generated by the Regex.CompileToAssembly method.

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

member IsBoundary : 
        index:int *
        startpos:int *
        endpos:int -> bool

Parameters

index
Type: System.Int32

The possible boundary position.

startpos
Type: System.Int32

The starting position.

endpos
Type: System.Int32

The ending position.

Return Value

Type: System.Boolean

Returns Boolean.

.NET Framework
Available since 1.1
Return to top
Show: