C# Class GuidGen.Formats.GuidFormat

Represents an available guid format
Inheritance: BaseGuidSearchFormat
Afficher le fichier Open project: michaelmcdaniel/GuidgenConsole

Méthodes publiques

Méthode 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 méthode

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
Résultat string