WebSvc.Helper
1.1.9
dotnet add package WebSvc.Helper --version 1.1.9
NuGet\Install-Package WebSvc.Helper -Version 1.1.9
<PackageReference Include="WebSvc.Helper" Version="1.1.9" />
paket add WebSvc.Helper --version 1.1.9
#r "nuget: WebSvc.Helper, 1.1.9"
// Install WebSvc.Helper as a Cake Addin
#addin nuget:?package=WebSvc.Helper&version=1.1.9
// Install WebSvc.Helper as a Cake Tool
#tool nuget:?package=WebSvc.Helper&version=1.1.9
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
- Get Description attribute value of an enum and (input parameter: expects enum) and return string value
- PropertyCopier
Added Text Services:ConvertToWords,ConvertToNumbers
ExceptionHandler: - ThrowIfNull, ThrowUnauthorizedAccess, ThrowError, ThrowIfNullOrEmpty UrIService: UrlENcode, QueryBuilder, ParseQueryString
Covers following extension method
- ConvertToBoolean
- ConvertToString
- ConvertToInteger
- ConvertToDouble
- ConvertToDateTime
- ConvertToBigInteger
- ConvertToEpochUnixTimestamp
- FilterTextToAlphaNumeric
- RemoveXmlChars
- RandomText
- RandomNumber
- GetValue of enum
- GenerateTimeStamp
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.1 |
-
.NETCoreApp 3.1
- No dependencies.
NuGet packages (3)
Showing the top 3 NuGet packages that depend on WebSvc.Helper:
Package | Downloads |
---|---|
WebSvc.CryptoService
Data Encryption Algorithms MD5 AES Checksum AuthService: GenerateBasicAuth, DecodeBasicAuth |
|
WebSvc.DataAccess
Data Access library to perform Db operation with efficiency and adds JSON support. |
|
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 |
---|---|---|
1.1.9 | 436 | 9/24/2022 |
1.1.8 | 249 | 9/21/2022 |
1.1.7 | 253 | 9/21/2022 |
1.1.6 | 282 | 9/18/2022 |
1.1.5 | 271 | 9/16/2022 |
1.1.4 | 267 | 9/16/2022 |
1.1.3 | 268 | 9/16/2022 |
1.1.2 | 265 | 9/16/2022 |
1.1.1 | 275 | 9/16/2022 |
1.1.0 | 281 | 9/15/2022 |
1.0.9 | 276 | 9/15/2022 |
1.0.8 | 367 | 9/17/2020 |
1.0.7 | 352 | 9/15/2020 |
1.0.6 | 311 | 9/15/2020 |
1.0.5 | 332 | 9/14/2020 |
1.0.4 | 420 | 9/13/2020 |
1.0.3 | 436 | 9/13/2020 |
1.0.2 | 425 | 9/13/2020 |
1.0.1 | 454 | 9/12/2020 |
1.0.0 | 376 | 9/12/2020 |
Contains: Extension method for convert operation
1. converts object to boolean (input parameter: type: object type) and returns either true/ false
2. converts object to string (input parameter: type: object type) and returns string
3. converts object to int 32(input parameter: type: object type) and returns int
4. converts object to double(input parameter: type: object type) and returns double
5. converts object to datetime(input parameter: type: object type) and returns datetime
6. converts object to EpochUnixTimestamp(input parameter: type: object type) and returns datetime
7. converts object to int64/long(input parameter: type: object type) and returns int64
8. 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
9. remove invalid xml characters from string text(input parameter: type: object type) and returns filtered text
10. generate the random text hash(input parameter: type: object type) and returns random hash text
11. generate the random int number(input parameter: type: object type) and rreturns random int value
12. Get Description attribute value of an enum and (input parameter: expects enum) and return string value
13. PropertyCopier
Added Text Services:ConvertToWords,ConvertToNumbers
ExceptionHandler: - ThrowIfNull, ThrowUnauthorizedAccess, ThrowError, ThrowIfNullOrEmpty
UrIService: UrlENcode, QueryBuilder, ParseQueryString
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
12. GetValue of enum
13. GenerateTimeStamp