Base32Encoding.Crockford Property

CryptSharp

Base32EncodingCrockford Property CryptSharp
Crockford base-32 is somewhat traditional, but still better than the RFC 4648 standard. It is specified at http://www.crockford.com/wrmg/base32.html.

Namespace: CryptSharp.Utility
Assembly: CryptSharp (in CryptSharp.dll) Version: 2.1.0.0
Syntax

public static BaseEncoding Crockford { get; }
Public Shared ReadOnly Property Crockford As BaseEncoding
	Get
public:
static property BaseEncoding^ Crockford {
	BaseEncoding^ get ();
}
static member Crockford : BaseEncoding with get

Property Value

Type: BaseEncoding
See Also

Reference