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
) |
Return Value
requested enums
Remarks
See Also