C# 클래스 System.Net.ValidationHelper

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 프로퍼티들

프로퍼티 타입 설명
EmptyArray string[]

공개 메소드들

메소드 설명
ExceptionMessage ( Exception exception ) : string
HashString ( object objectValue ) : string
IsBlankString ( string stringValue ) : bool
IsInvalidHttpString ( string stringValue ) : bool
MakeEmptyArrayNull ( string stringArray ) : string[]
MakeStringNull ( string stringValue ) : string
ToString ( object objectValue ) : string
ValidateRange ( int actual, int fromAllowed, int toAllowed ) : bool
ValidateTcpPort ( int port ) : bool

메소드 상세

ExceptionMessage() 공개 정적인 메소드

public static ExceptionMessage ( Exception exception ) : string
exception System.Exception
리턴 string

HashString() 공개 정적인 메소드

public static HashString ( object objectValue ) : string
objectValue object
리턴 string

IsBlankString() 공개 정적인 메소드

public static IsBlankString ( string stringValue ) : bool
stringValue string
리턴 bool

IsInvalidHttpString() 공개 정적인 메소드

public static IsInvalidHttpString ( string stringValue ) : bool
stringValue string
리턴 bool

MakeEmptyArrayNull() 공개 정적인 메소드

public static MakeEmptyArrayNull ( string stringArray ) : string[]
stringArray string
리턴 string[]

MakeStringNull() 공개 정적인 메소드

public static MakeStringNull ( string stringValue ) : string
stringValue string
리턴 string

ToString() 공개 정적인 메소드

public static ToString ( object objectValue ) : string
objectValue object
리턴 string

ValidateRange() 공개 정적인 메소드

public static ValidateRange ( int actual, int fromAllowed, int toAllowed ) : bool
actual int
fromAllowed int
toAllowed int
리턴 bool

ValidateTcpPort() 공개 정적인 메소드

public static ValidateTcpPort ( int port ) : bool
port int
리턴 bool

프로퍼티 상세

EmptyArray 공개적으로 정적으로 프로퍼티

public static string[] EmptyArray
리턴 string[]