C# 클래스 Microsoft.Web.Administration.StringExtensions

파일 보기 프로젝트 열기: jexuswebserver/Microsoft.Web.Administration 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddressToCombo() 공개 정적인 메소드

public static AddressToCombo ( this address ) : string
address this
리턴 string

AddressToDisplay() 공개 정적인 메소드

public static AddressToDisplay ( this address ) : string
address this
리턴 string

ComboToAddress() 공개 정적인 메소드

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

DisplayToAddress() 공개 정적인 메소드

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

DisplayToHost() 공개 정적인 메소드

public static DisplayToHost ( this text ) : string
text this
리턴 string

ElementTagNameToName() 공개 정적인 메소드

public static ElementTagNameToName ( this tag ) : string
tag this
리턴 string

HostToDisplay() 공개 정적인 메소드

public static HostToDisplay ( this text ) : string
text this
리턴 string