Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Parses the specified string and returns a enum.

Namespace:  SharedCache.WinServiceCommon
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public static T Parse(
	string s
)
Visual Basic (Declaration)
Public Shared Function Parse ( _
	s As String _
) As T
Visual C++
public:
static T Parse(
	String^ s
)

Parameters

s
Type: System..::.String
The s.

Return Value

requested enums

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.EnumUtil`1.Parse(System.String)"]

See Also