C# Class GuidGen.Formats.Int64OutputFormat

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

Public Methods

Method Description
Int64OutputFormat ( ) : System
ToGuid ( System.Int64 i1, System.Int64 i2 ) : 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

Int64OutputFormat() public method

public Int64OutputFormat ( ) : 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 ( System.Int64 i1, System.Int64 i2 ) : System.Guid
i1 System.Int64
i2 System.Int64
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