Код: Выделить всё
var x = string.IsNullOrEmpty(ViewModel.OccupationRefer.ToString()) ? string.Empty : ViewModel.OccupationRefer.ToString();
Подробнее здесь: https://stackoverflow.com/questions/778 ... ng-failing
Код: Выделить всё
var x = string.IsNullOrEmpty(ViewModel.OccupationRefer.ToString()) ? string.Empty : ViewModel.OccupationRefer.ToString();