C# Class GuidGen.Formats.Int32OutputFormat

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

Méthodes publiques

Méthode Description
Int32OutputFormat ( ) : System
ToGuid ( Int32 i1, Int32 i2, Int32 i3, Int32 i4 ) : 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

Int32OutputFormat() public méthode

public Int32OutputFormat ( ) : 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 ( Int32 i1, Int32 i2, Int32 i3, Int32 i4 ) : System.Guid
i1 System.Int32
i2 System.Int32
i3 System.Int32
i4 System.Int32
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