C# Class Microsoft.Web.Administration.StringExtensions

Show file Open project: jexuswebserver/Microsoft.Web.Administration Class Usage Examples

Public Methods

Method 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 method

public static AddressToCombo ( this address ) : string
address this
return string

AddressToDisplay() public static method

public static AddressToDisplay ( this address ) : string
address this
return string

ComboToAddress() public static method

public static ComboToAddress ( this text ) : IPAddress
text this
return System.Net.IPAddress

DisplayToAddress() public static method

public static DisplayToAddress ( this text ) : IPAddress
text this
return System.Net.IPAddress

DisplayToHost() public static method

public static DisplayToHost ( this text ) : string
text this
return string

ElementTagNameToName() public static method

public static ElementTagNameToName ( this tag ) : string
tag this
return string

HostToDisplay() public static method

public static HostToDisplay ( this text ) : string
text this
return string