Skip to content

Repository files navigation

A nuget package used for encoding and decoding strings.

MessageEncoder

A nuget package used for encoding and decoding strings.

Badges

MIT License

stable release version: version

Tech Stack

C#, .Net6.0, .NetStandard2.1,

How Do I Get Started

First, install NuGet. Then, install MessageEncoder from the package manager console:

NuGet\Install-Package MessageEncoder -Version 1.0.2

This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.

Or from the .NET CLI as:

dotnetadd package MessageEncoder --version 1.0.2

Finally, import into the file:

usingMessageEncoder;

Features

  • Encode string
  • Decode string

Sample usage

Encoder.DecodeMessage(encodedMessage:string);
  • Input
ParametersTypeDescription
encodedMessagestringRequired. string to be decoded
  • Output
Type
string

Excel.EncodeMessage(message:string);
  • Input
ParametersTypeDescription
messagestringRequired. string to be encoded
  • Output
Type
string

Thanks to all Contributors

Maintainers:

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

About

A nuget that encodes and decodes strings

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages