4.0.0-beta-22231
11 Nov 14
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.1
27 Jun 16
4.0.1-rc2-24027
16 May 16
4.0.1-beta-23516
18 Nov 15
4.0.1-beta-23409
15 Oct 15
4.0.1-beta-23225
1 Sep 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
Compare to version...
with 4.0.0-beta-23109
Toggle Dropdown
Version 4
4.3.0
15 Nov 16
4.3.0-preview1-24530-04
24 Oct 16
4.0.1
27 Jun 16
4.0.1-rc2-24027
16 May 16
4.0.1-beta-23516
18 Nov 15
4.0.1-beta-23409
15 Oct 15
4.0.1-beta-23225
1 Sep 15
4.0.0
29 Jul 15
4.0.0-beta-23109
27 Jul 15
4.0.0-beta-23019
30 Jun 15
4.0.0-beta-22816
24 Apr 15
4.0.0-beta-22605
13 Feb 15
4.0.0-beta-22416
16 Jan 15
4.0.0-beta-22231
11 Nov 14
Download Package
Open in NuGet
<
PackageReference
Include
=
"System.Globalization.Extensions"
Version
=
"4.0.0-beta-22231"
/>
API Differences between 4.0.0-beta-22231 and 4.0.0-beta-23109
15
Additions
0
Removals
System.Globalization
public
sealed
class
IdnMapping
public
bool
AllowUnassigned
{
get
;
set
; }
public
bool
UseStd3AsciiRules
{
get
;
set
; }
public
IdnMapping
()
public
string
GetAscii
(
string
unicode
)
public
string
GetAscii
(
string
unicode
,
int
index
)
public
string
GetAscii
(
string
unicode
,
int
index
,
int
count
)
public
string
GetUnicode
(
string
ascii
)
public
string
GetUnicode
(
string
ascii
,
int
index
)
public
string
GetUnicode
(
string
ascii
,
int
index
,
int
count
)
System.Text
public
enum
NormalizationForm
FormC
=
1
FormD
=
2
FormKC
=
5
FormKD
=
6