Froms the string.

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

Syntax

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

Parameters

s
Type: System..::..String
A string containing OID

Return Value

The OID read from the string

See Also