Return a shred method object from a string

Namespace: LLCryptoLib.Shred
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public static IShredMethod FromString(
	string method
)
Visual Basic
Public Shared Function FromString ( _
	method As String _
) As IShredMethod
Visual C++
public:
static IShredMethod^ FromString(
	String^ method
)

Parameters

method
Type: System..::..String
The method name as in GetSupportedMethods

Return Value

A shred object

See Also