ExtendibleEnumFromStringT Method
IT Hit WebDAV Classes Reference
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxpublic static T FromString<T>(
string value
)
where T : ExtendibleEnum
Public Shared Function FromString(Of T As ExtendibleEnum) (
value As String
) As T
public:
generic<typename T>
where T : ExtendibleEnum
static T FromString(
String^ value
)
static member FromString :
value : string -> 'T when 'T : ExtendibleEnum
Parameters
- value
- Type: SystemString
String value to be converted.
Type Parameters
- T
- Type, derived from ExtendibleEnum, to convert to.
Return Value
Type:
TExtendibleEnum ot type T that match the
value parameter.
See Also