WebSvc.Helper
1.0.0
See the version list below for details.
dotnet add package WebSvc.Helper --version 1.0.0
NuGet\Install-Package WebSvc.Helper -Version 1.0.0
<PackageReference Include="WebSvc.Helper" Version="1.0.0" />
<PackageVersion Include="WebSvc.Helper" Version="1.0.0" />
<PackageReference Include="WebSvc.Helper" />
paket add WebSvc.Helper --version 1.0.0
#r "nuget: WebSvc.Helper, 1.0.0"
#:package WebSvc.Helper@1.0.0
#addin nuget:?package=WebSvc.Helper&version=1.0.0
#tool nuget:?package=WebSvc.Helper&version=1.0.0
Helper is to assist with the Extension method for providing common functionality. Contains: Extension method for convert operation
- converts object to boolean (input parameter: type: object type) and returns either true/ false
- converts object to string (input parameter: type: object type) and returns string
- converts object to int 32(input parameter: type: object type) and returns int
- converts object to double(input parameter: type: object type) and returns double
- converts object to datetime(input parameter: type: object type) and returns datetime
- converts object to EpochUnixTimestamp(input parameter: type: object type) and returns datetime
- converts object to int64/long(input parameter: type: object type) and returns int64
- filter text to Alpha and Numeric text only and remove an special char other than alphabets and numeric(input parameter: type: object type) and return filtered text
- remove invalid xml characters from string text(input parameter: type: object type) and returns filtered text
- generate the random text hash(input parameter: type: object type) and returns random hash text
- generate the random int number(input parameter: type: object type) and rreturns random int value
Added Text Services:ConvertToWords,ConvertToNumbers
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on WebSvc.Helper:
| Package | Downloads |
|---|---|
|
WebSvc.CryptoService
Data Encryption Algorithms MD5 AES Checksum AuthService: GenerateBasicAuth, DecodeBasicAuth |
|
|
WebSvc.OAuthService
OAuthService is nuget package library to provide LogIn service for Facebook, Google, Microsoft, Twitter, Yahoo, Linked In. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.0.0 | 281 | 1/4/2025 |
| 1.1.9 | 2,110 | 9/24/2022 |
| 1.1.8 | 989 | 9/21/2022 |
| 1.1.7 | 1,016 | 9/21/2022 |
| 1.1.6 | 1,070 | 9/18/2022 |
| 1.1.5 | 1,044 | 9/16/2022 |
| 1.1.4 | 1,018 | 9/16/2022 |
| 1.1.3 | 1,104 | 9/16/2022 |
| 1.1.2 | 1,036 | 9/16/2022 |
| 1.1.1 | 997 | 9/16/2022 |
| 1.1.0 | 1,058 | 9/15/2022 |
| 1.0.9 | 986 | 9/15/2022 |
| 1.0.8 | 1,185 | 9/17/2020 |
| 1.0.7 | 1,124 | 9/15/2020 |
| 1.0.6 | 1,023 | 9/15/2020 |
| 1.0.5 | 1,077 | 9/14/2020 |
| 1.0.4 | 1,185 | 9/13/2020 |
| 1.0.3 | 1,250 | 9/13/2020 |
| 1.0.2 | 1,185 | 9/13/2020 |
| 1.0.1 | 1,411 | 9/12/2020 |
| 1.0.0 | 1,176 | 9/12/2020 |
Covers following extension method
1. ConvertToBoolean
2. ConvertToString
3. ConvertToInteger
4. ConvertToDouble
5. ConvertToDateTime
6. ConvertToBigInteger
7. ConvertToEpochUnixTimestamp
8. FilterTextToAlphaNumeric
9. RemoveXmlChars
10. RandomText
11. RandomNumber