C# Class Perforce.FileStats.Other

Afficher le fichier Open project: jurney/P4Backup

Méthodes publiques

Méthode Description
GetIndex ( string line, string action ) : int

Given "... ... otherOpen42 beau.brennen@R-BBRENNEN0372" and "otherOpen", return 42.

Method Details

GetIndex() public static méthode

Given "... ... otherOpen42 beau.brennen@R-BBRENNEN0372" and "otherOpen", return 42.
public static GetIndex ( string line, string action ) : int
line string The single line of text to strip the index from.
action string The action that prepends the index.
Résultat int