C# Class GuidGen.Formats.Base64GuidFormat

Guid formatter that outputs Guid byte array as base64
Inheritance: BaseGuidSearchFormat
Exibir arquivo Open project: michaelmcdaniel/GuidgenConsole

Public Methods

Method Description
Base64GuidFormat ( ) : System.Linq

Constructor

ToGuid ( Match m ) : System.Guid
ToString ( System.Guid g, bool upcase, bool newline ) : 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

Base64GuidFormat() public method

Constructor
public Base64GuidFormat ( ) : System.Linq
return System.Linq

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 ( Match m ) : System.Guid
m System.Text.RegularExpressions.Match
return System.Guid

ToString() public method

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