C# 클래스 modauthtkt.IPAddressHelper

파일 보기 프로젝트 열기: AppliedIS/csharp_auth_tkt

공개 메소드들

메소드 설명
IsValid ( string ipAddress ) : bool

Determines if a string is a valid IP address

StringToIPAddressBytes ( string ipAddress ) : byte[]

Converts a string to a byte array representation of an IP address

비공개 메소드들

메소드 설명
StringToIPAddress ( string ipAddress ) : IPAddress

Converts a string to an IPAddress object

메소드 상세

IsValid() 공개 정적인 메소드

Determines if a string is a valid IP address
public static IsValid ( string ipAddress ) : bool
ipAddress string IP address as a string
리턴 bool

StringToIPAddressBytes() 공개 정적인 메소드

Converts a string to a byte array representation of an IP address
public static StringToIPAddressBytes ( string ipAddress ) : byte[]
ipAddress string IP address as a string
리턴 byte[]