C# Class GuidGen.Formats.Int64OutputFormat

Inheritance: BaseGuidSearchFormat
Afficher le fichier Open project: michaelmcdaniel/GuidgenConsole

Méthodes publiques

Méthode Description
Int64OutputFormat ( ) : System
ToGuid ( System.Int64 i1, System.Int64 i2 ) : System.Guid
ToString ( System.Guid g, bool upcase = false, bool newline = false ) : string

Méthodes protégées

Méthode Description
MatchToGuid ( Match m ) : System.Guid
Replace ( string line, int offset, System m, System.Guid input, System.Guid output, bool upcase ) : string

Method Details

Int64OutputFormat() public méthode

public Int64OutputFormat ( ) : System
Résultat System

MatchToGuid() protected méthode

protected MatchToGuid ( Match m ) : System.Guid
m System.Text.RegularExpressions.Match
Résultat System.Guid

Replace() protected méthode

protected Replace ( string line, int offset, System m, System.Guid input, System.Guid output, bool upcase ) : string
line string
offset int
m System
input System.Guid
output System.Guid
upcase bool
Résultat string

ToGuid() public static méthode

public static ToGuid ( System.Int64 i1, System.Int64 i2 ) : System.Guid
i1 System.Int64
i2 System.Int64
Résultat System.Guid

ToString() public méthode

public ToString ( System.Guid g, bool upcase = false, bool newline = false ) : string
g System.Guid
upcase bool
newline bool
Résultat string