C# 클래스 GuidGen.Formats.GuidFormat

Represents an available guid format
상속: BaseGuidSearchFormat
파일 보기 프로젝트 열기: michaelmcdaniel/GuidgenConsole

공개 메소드들

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

Formats the given guid in the output format using the byte order

메소드 상세

ToString() 공개 메소드

Formats the given guid in the output format using the byte order
public ToString ( System.Guid g, bool upcase = false, bool newline = false ) : string
g System.Guid Guid to format
upcase bool upper case output format
newline bool append newline at the end
리턴 string