XmlHelperParseT - метод

Parses a string value as the provided type.

Пространство имён:  Orchard.ContentManagement
Сборка:  EleWise.ELMA.SDK.Web (в EleWise.ELMA.SDK.Web.dll) Версия: 1.0.0.0
Синтаксис
C#
public static T Parse<T>(
	string value
)

Параметры

value
Тип: String
The string representation of the value to parse.

Параметры типа

T
The destination type

Возвращаемое значение

Тип: T
The parsed value with type T.
См. также