C# Class GuidGen.Formats.Base64CombinedFormat

Inheritance: BaseGuidSearchFormat, IGuidSearcher
Mostra file Open project: michaelmcdaniel/GuidgenConsole

Public Methods

Method Description
Base64CombinedFormat ( ) : System

Constructor

Find ( string s, int line = -1 ) : IEnumerable
Replace ( string input, Guider guider, IGuidFormatter formatter = null, bool upcase = false, Action onReplacement = null, int lineNumber = -1 ) : string
ToGuid ( string s ) : IEnumerable
ToString ( System.Guid g, bool upcase = false, bool newline = false ) : string
ToString ( IEnumerable guids, bool upcase = false, bool newline = false ) : string
ToString ( IEnumerator guider, bool upcase = false, bool newline = false ) : string

Protected Methods

Method Description
MatchToGuid ( Match m ) : System.Guid

Method Details

Base64CombinedFormat() public method

Constructor
public Base64CombinedFormat ( ) : System
return System

Find() public method

public Find ( string s, int line = -1 ) : IEnumerable
s string
line int
return IEnumerable

MatchToGuid() protected method

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

Replace() public method

public Replace ( string input, Guider guider, IGuidFormatter formatter = null, bool upcase = false, Action onReplacement = null, int lineNumber = -1 ) : string
input string
guider Guider
formatter IGuidFormatter
upcase bool
onReplacement Action
lineNumber int
return string

ToGuid() public static method

public static ToGuid ( string s ) : IEnumerable
s string
return IEnumerable

ToString() public method

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

ToString() public method

public ToString ( IEnumerable guids, bool upcase = false, bool newline = false ) : string
guids IEnumerable
upcase bool
newline bool
return string

ToString() public method

public ToString ( IEnumerator guider, bool upcase = false, bool newline = false ) : string
guider IEnumerator
upcase bool
newline bool
return string