C# Class WebApp.Utils

Exibir arquivo Open project: RR-Studio/RealEstateCrm

Public Methods

Method Description
IsNull ( this obj ) : bool
IsSet ( this obj ) : bool
NormalizePhoneNumber ( string phone, string &normalized ) : bool
ToLocalizedString ( this b ) : string

Method Details

IsNull() public static method

public static IsNull ( this obj ) : bool
obj this
return bool

IsSet() public static method

public static IsSet ( this obj ) : bool
obj this
return bool

NormalizePhoneNumber() public static method

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

ToLocalizedString() public static method

public static ToLocalizedString ( this b ) : string
b this
return string