Show / Hide Table of Contents

Class NumberFinder

The number finder.

Inheritance
System.Object
NumberFinder
Implements
IFindTokens
Namespace: MESL.SqlRace.Domain.VirtualParameters
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class NumberFinder : Object, IFindTokens

Constructors

NumberFinder()

Declaration
public NumberFinder()

Methods

Find(Boolean, String)

Find Numbers

Declaration
public string Find(bool reverse, string text)
Parameters
Type Name Description
System.Boolean reverse

Reverse or Forward Search.

System.String text

The text to search in.

Returns
Type Description
System.String

The System.String.

Implements

IFindTokens
Back to top Generated by DocFX