Helper.Extension 1.0.3

Suggested Alternatives

WebSvc.Helper

Additional Details

Now New Package can be used. WebSvc.Helper

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Helper.Extension --version 1.0.3
NuGet\Install-Package Helper.Extension -Version 1.0.3
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.
<PackageReference Include="Helper.Extension" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Helper.Extension --version 1.0.3
#r "nuget: Helper.Extension, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Helper.Extension as a Cake Addin
#addin nuget:?package=Helper.Extension&version=1.0.3

// Install Helper.Extension as a Cake Tool
#tool nuget:?package=Helper.Extension&version=1.0.3

Helper is to assist with the Extension method for providing common functionality. 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
Product 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. 
.NET Core netcoreapp3.1 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Includes ConvertToBoolean, ConvertToString