C# Class GuidGen.Formats.GuidFormat

Represents an available guid format
Inheritance: BaseGuidSearchFormat
Mostra file Open project: michaelmcdaniel/GuidgenConsole

Public Methods

Method Description
ToString ( System.Guid g, bool upcase = false, bool newline = false ) : string

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

Method Details

ToString() public method

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
return string