Base32Encoding.ZBase32 Property

CryptSharp

Base32EncodingZBase32 Property CryptSharp
z-base-32 is a lowercase base-32 encoding designed to be easily hand-written and read. It is specified at http://www.zer7.com/files/oss/cryptsharp/zbase32.txt.

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

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

Property Value

Type: BaseEncoding
See Also

Reference