C# 클래스 WebApp.Utils

파일 보기 프로젝트 열기: RR-Studio/RealEstateCrm

공개 메소드들

메소드 설명
IsNull ( this obj ) : bool
IsSet ( this obj ) : bool
NormalizePhoneNumber ( string phone, string &normalized ) : bool
ToLocalizedString ( this b ) : string

메소드 상세

IsNull() 공개 정적인 메소드

public static IsNull ( this obj ) : bool
obj this
리턴 bool

IsSet() 공개 정적인 메소드

public static IsSet ( this obj ) : bool
obj this
리턴 bool

NormalizePhoneNumber() 공개 정적인 메소드

public static NormalizePhoneNumber ( string phone, string &normalized ) : bool
phone string
normalized string
리턴 bool

ToLocalizedString() 공개 정적인 메소드

public static ToLocalizedString ( this b ) : string
b this
리턴 string