ExtendibleEnumFromStringT Method
IT Hit WebDAV Classes Reference
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax public 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