C# Class Microsoft.Web.Administration.StringExtensions

Afficher le fichier Open project: jexuswebserver/Microsoft.Web.Administration Class Usage Examples

Méthodes publiques

Méthode Description
AddressToCombo ( this address ) : string
AddressToDisplay ( this address ) : string
ComboToAddress ( this text ) : IPAddress
DisplayToAddress ( this text ) : IPAddress
DisplayToHost ( this text ) : string
ElementTagNameToName ( this tag ) : string
HostToDisplay ( this text ) : string

Method Details

AddressToCombo() public static méthode

public static AddressToCombo ( this address ) : string
address this
Résultat string

AddressToDisplay() public static méthode

public static AddressToDisplay ( this address ) : string
address this
Résultat string

ComboToAddress() public static méthode

public static ComboToAddress ( this text ) : IPAddress
text this
Résultat System.Net.IPAddress

DisplayToAddress() public static méthode

public static DisplayToAddress ( this text ) : IPAddress
text this
Résultat System.Net.IPAddress

DisplayToHost() public static méthode

public static DisplayToHost ( this text ) : string
text this
Résultat string

ElementTagNameToName() public static méthode

public static ElementTagNameToName ( this tag ) : string
tag this
Résultat string

HostToDisplay() public static méthode

public static HostToDisplay ( this text ) : string
text this
Résultat string