- Регистрация
- 21.08.2013
- Сообщения
- 249
- Благодарностей
- 12
- Баллы
- 18
When trying to use :
I'm getting this errors:
and
So What Reference Should I add for TextInfo and Cultureinfo?
Код:
TextInfo textInfo = new CultureInfo("en-US", false).TextInfo;
title = textInfo.ToTitleCase(title);
Код:
Compile code of Error in action "CS0246" "The type or namespace name 'TextInfo' could not be found (are you missing a using directive or an assembly reference?)". [Row: 2; Column: 1]
Код:
Compile code of Error in action "CS0246" "The type or namespace name 'CultureInfo' could not be found (are you missing a using directive or an assembly reference?)". [Row: 2; Column: 25]