C# 클래스 GuidGen.Formats.Base64CombinedFormat

상속: BaseGuidSearchFormat, IGuidSearcher
파일 보기 프로젝트 열기: michaelmcdaniel/GuidgenConsole

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
MatchToGuid ( Match m ) : System.Guid

메소드 상세

Base64CombinedFormat() 공개 메소드

Constructor
public Base64CombinedFormat ( ) : System
리턴 System

Find() 공개 메소드

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

MatchToGuid() 보호된 메소드

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

Replace() 공개 메소드

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
리턴 string

ToGuid() 공개 정적인 메소드

public static ToGuid ( string s ) : IEnumerable
s string
리턴 IEnumerable

ToString() 공개 메소드

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

ToString() 공개 메소드

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

ToString() 공개 메소드

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