C# 클래스 GuidGen.Formats.Int32OutputFormat

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

공개 메소드들

메소드 설명
Int32OutputFormat ( ) : System
ToGuid ( Int32 i1, Int32 i2, Int32 i3, Int32 i4 ) : 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

메소드 상세

Int32OutputFormat() 공개 메소드

public Int32OutputFormat ( ) : 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 ( Int32 i1, Int32 i2, Int32 i3, Int32 i4 ) : System.Guid
i1 System.Int32
i2 System.Int32
i3 System.Int32
i4 System.Int32
리턴 System.Guid

ToString() 공개 메소드

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