C# 클래스 GuidGen.Formats.Int64OutputFormat

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

공개 메소드들

메소드 설명
Int64OutputFormat ( ) : System
ToGuid ( System.Int64 i1, System.Int64 i2 ) : System.Guid
ToString ( System.Guid g, bool upcase = false, bool newline = false ) : string

보호된 메소드들

메소드 설명
MatchToGuid ( Match m ) : System.Guid
Replace ( string line, int offset, System m, System.Guid input, System.Guid output, bool upcase ) : string

메소드 상세

Int64OutputFormat() 공개 메소드

public Int64OutputFormat ( ) : System
리턴 System

MatchToGuid() 보호된 메소드

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

Replace() 보호된 메소드

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

ToGuid() 공개 정적인 메소드

public static ToGuid ( System.Int64 i1, System.Int64 i2 ) : System.Guid
i1 System.Int64
i2 System.Int64
리턴 System.Guid

ToString() 공개 메소드

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