Parses a string value as the provided type.
Пространство имён:
Orchard.ContentManagement
Сборка:
EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксисpublic static T Parse<T>(
string value
)
Параметры
- value
- Тип: String
The string representation of the value to parse.
Параметры типа
- T
- The destination type
Возвращаемое значение
Тип:
TThe parsed value with type T.
См. также