C# Class GuidGen.Formats.Base64CombinedFormat

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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
MatchToGuid ( Match m ) : System.Guid

Method Details

Base64CombinedFormat() public méthode

Constructor
public Base64CombinedFormat ( ) : System
Résultat System

Find() public méthode

public Find ( string s, int line = -1 ) : IEnumerable
s string
line int
Résultat IEnumerable

MatchToGuid() protected méthode

protected MatchToGuid ( Match m ) : System.Guid
m System.Text.RegularExpressions.Match
Résultat System.Guid

Replace() public méthode

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
Résultat string

ToGuid() public static méthode

public static ToGuid ( string s ) : IEnumerable
s string
Résultat IEnumerable

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

ToString() public méthode

public ToString ( IEnumerable guids, bool upcase = false, bool newline = false ) : string
guids IEnumerable
upcase bool
newline bool
Résultat string

ToString() public méthode

public ToString ( IEnumerator guider, bool upcase = false, bool newline = false ) : string
guider IEnumerator
upcase bool
newline bool
Résultat string