C# Class GuidGen.Formats.Int32OutputFormat

Inheritance: BaseGuidSearchFormat
显示文件 Open project: michaelmcdaniel/GuidgenConsole

Public Methods

Method 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

Protected Methods

Method 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 method

public Int32OutputFormat ( ) : System
return System

MatchToGuid() protected method

protected MatchToGuid ( Match m ) : System.Guid
m System.Text.RegularExpressions.Match
return System.Guid

Replace() protected method

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
return string

ToGuid() public static method

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
return System.Guid

ToString() public method

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