From 5acf5bddaa7ca01dc92360986ee97a9be5f67d19 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Mon, 31 May 2021 17:05:32 +0300 Subject: [PATCH] Created OTPCode.GetCode (markdown) --- OTPCode.GetCode.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 OTPCode.GetCode.md diff --git a/OTPCode.GetCode.md b/OTPCode.GetCode.md new file mode 100644 index 0000000..897d5d3 --- /dev/null +++ b/OTPCode.GetCode.md @@ -0,0 +1,15 @@ +Namespace: `SimpleOTP` + +Assembly: `SimpleOTP.dll` + +Gets valid 6 digit or more OTP code. +```csharp +public string GetCode(string formatter = "000000"); +``` +### Parameters +`formatter` `string` + +String formatter. Other variation: `"000 000"` + +### Returns +Formatted OTP code string with 6 or more digits. \ No newline at end of file