Felsökning.Utilities.SvenskaUtilities
1.1.8
An assembly that contains several extension methods relevant to (and inclusive of) the Swedish (and other) culture(s).
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package Felsökning.Utilities.SvenskaUtilities -Version 1.1.8
dotnet add package Felsökning.Utilities.SvenskaUtilities --version 1.1.8
<PackageReference Include="Felsökning.Utilities.SvenskaUtilities" Version="1.1.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Felsökning.Utilities.SvenskaUtilities --version 1.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Felsökning.Utilities.SvenskaUtilities, 1.1.8"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Felsökning.Utilities.SvenskaUtilities as a Cake Addin
#addin nuget:?package=Felsökning.Utilities.SvenskaUtilities&version=1.1.8
// Install Felsökning.Utilities.SvenskaUtilities as a Cake Tool
#tool nuget:?package=Felsökning.Utilities.SvenskaUtilities&version=1.1.8
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Available methods (Swedish | English):
DateTime.TillUnixEpochTid() | DateTime.TillPosixTid() | DateTime.ToUnixEpochTime() | DateTime.ToPosixTime()
-- Returns a long that represents the Unix Epoch/Posix time.
DateTime.TillIso8601UtcSträng() | DateTime.ToIso8601UtcString()
-- Returns a DateTime object as an ISO:8601 standardised string in the
UTC timezone.
DateTime.TillKultiveradeSträng(string) | DateTime.ToCulturedString(string)
-- Returns the given DateTime object into a culture-versioned string,
determined by the passed culture (e.g.: "cz-CZ", "es-MX", "se-SE",
"sv-SE", etc.).
DateTime.TillSvenskaSträng() | DateTime.ToSwedishString()
-- Returns the given DateTime object in the 'yyyy-MM-dd HH:mm:ss' formatted
string.
DateTime.TillVeckansNummer() | DateTime.ToWeekNumber()
-- Returns the given week number for the date.
long.ÄrEnRiktigPersonnummer() | long.IsValidPersonNummer()
-- Indicates if the given long is a valid Swedish personnummer based
on the Luhn Algorithm.
string.FåPostnummerDetaljer() | string.GetPostnummerDetails()
-- Returns a string containing comma-separated details for the zip code
from details (previously) gathered from Statistiska Centralbyrån.
string[].TillArraySträng() | string[].ToArrayString()
-- Returns a string containing all of the array items, comma-separated.
string.ÄrEnRiktigPersonnummer() | string.IsValidPersonNummer()
-- Indicates if the given string is a valid Swedish personnummer based
on the Luhn Algorithm.
Available methods (Swedish | English):
DateTime.TillUnixEpochTid() | DateTime.TillPosixTid() | DateTime.ToUnixEpochTime() | DateTime.ToPosixTime()
-- Returns a long that represents the Unix Epoch/Posix time.
DateTime.TillIso8601UtcSträng() | DateTime.ToIso8601UtcString()
-- Returns a DateTime object as an ISO:8601 standardised string in the
UTC timezone.
DateTime.TillKultiveradeSträng(string) | DateTime.ToCulturedString(string)
-- Returns the given DateTime object into a culture-versioned string,
determined by the passed culture (e.g.: "cz-CZ", "es-MX", "se-SE",
"sv-SE", etc.).
DateTime.TillSvenskaSträng() | DateTime.ToSwedishString()
-- Returns the given DateTime object in the 'yyyy-MM-dd HH:mm:ss' formatted
string.
DateTime.TillVeckansNummer() | DateTime.ToWeekNumber()
-- Returns the given week number for the date.
long.ÄrEnRiktigPersonnummer() | long.IsValidPersonNummer()
-- Indicates if the given long is a valid Swedish personnummer based
on the Luhn Algorithm.
string.FåPostnummerDetaljer() | string.GetPostnummerDetails()
-- Returns a string containing comma-separated details for the zip code
from details (previously) gathered from Statistiska Centralbyrån.
string[].TillArraySträng() | string[].ToArrayString()
-- Returns a string containing all of the array items, comma-separated.
string.ÄrEnRiktigPersonnummer() | string.IsValidPersonNummer()
-- Indicates if the given string is a valid Swedish personnummer based
on the Luhn Algorithm.
Release Notes
Updated to include XML documentation file on build, which is necessary for Intellisense.
Dependencies
-
.NETCoreApp 1.0
- Microsoft.NETCore.App (>= 1.0.5)
-
.NETCoreApp 1.1
- Microsoft.NETCore.App (>= 1.1.2)
-
.NETCoreApp 2.0
- No dependencies.
-
.NETCoreApp 2.1
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.5.1
- No dependencies.
-
.NETFramework 4.5.2
- No dependencies.
-
.NETFramework 4.6
- No dependencies.
-
.NETFramework 4.6.1
- No dependencies.
-
.NETFramework 4.6.2
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETFramework 4.7.1
- No dependencies.
-
.NETFramework 4.7.2
- No dependencies.
-
.NETFramework 4.8
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.1
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.2
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.3
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.4
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.5
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Felsökning.Utilities.SvenskaUtilities:
Package | Downloads |
---|---|
Felsökning.Utilities.MicrosoftGraph
A wrapper for calls to Microsoft Graph using Managed Identity.
|
|
Felsökning.Utilities.Azure
An assembly for standardised Azure Key Vault and Azure Log Analytics processes across services.
|
|
Felsökning.Utilities.Http
An assembly for extending and/or assisting with HTTP-releated tasks.
|
|
Felsökning.Utilities.CrowdStrike
An assembly for automating CrowdStrike API activities.
|
|
Felsökning.Utilities.Office365
An assembly for Office 365 management and reporting.
|
GitHub repositories
This package is not used by any popular GitHub repositories.