C# Class Por.Core.Utilities.Base32Convert

Exibir arquivo Open project: neoeinstein/purpleonion

Public Methods

Method Description
ToBytes ( string enc ) : byte[]
ToString ( byte plain ) : string

Method Details

ToBytes() public static method

public static ToBytes ( string enc ) : byte[]
enc string
return byte[]

ToString() public static method

public static ToString ( byte plain ) : string
plain byte
return string