C# Class GuidGen.Formats.IPAddressGuidFormat

Inheritance: BaseGuidSearchFormat
Afficher le fichier Open project: michaelmcdaniel/GuidgenConsole

Méthodes publiques

Свойство Type Description
Empty System.Guid
IPv4Loopback System.Guid
IPv6Loopback System.Guid

Méthodes publiques

Méthode Description
IPAddressGuidFormat ( ) : System
IsIPv4 ( System.Guid g ) : bool
IsLoopBack ( System.Guid g ) : bool
ToIPAddress ( System.Guid g ) : System.Net.IPAddress
ToString ( System.Guid g, bool upcase, bool newline ) : string
TryParse ( string s, System.Guid &guid ) : bool

Méthodes protégées

Méthode Description
MatchToGuid ( Match m ) : System.Guid
Replace ( string line, int offset, System m, System.Guid input, System.Guid output, bool upcase ) : string

Private Methods

Méthode Description
IsIPv4 ( byte bytes ) : bool
ToGuid ( byte bytes ) : System.Guid
TryToGuid ( byte bytes, System.Guid &guid ) : bool

Method Details

IPAddressGuidFormat() public méthode

public IPAddressGuidFormat ( ) : System
Résultat System

IsIPv4() public static méthode

public static IsIPv4 ( System.Guid g ) : bool
g System.Guid
Résultat bool

IsLoopBack() public static méthode

public static IsLoopBack ( System.Guid g ) : bool
g System.Guid
Résultat bool

MatchToGuid() protected méthode

protected MatchToGuid ( Match m ) : System.Guid
m System.Text.RegularExpressions.Match
Résultat System.Guid

Replace() protected méthode

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

ToIPAddress() public static méthode

public static ToIPAddress ( System.Guid g ) : System.Net.IPAddress
g System.Guid
Résultat System.Net.IPAddress

ToString() public méthode

public ToString ( System.Guid g, bool upcase, bool newline ) : string
g System.Guid
upcase bool
newline bool
Résultat string

TryParse() public méthode

public TryParse ( string s, System.Guid &guid ) : bool
s string
guid System.Guid
Résultat bool

Property Details

Empty public_oe static_oe property

public static Guid,System Empty
Résultat System.Guid

IPv4Loopback public_oe static_oe property

public static Guid,System IPv4Loopback
Résultat System.Guid

IPv6Loopback public_oe static_oe property

public static Guid,System IPv6Loopback
Résultat System.Guid