EastAsianWidthDotNet
1.0.0
|
EastAsianWidth of Unicode. http://www.unicode.org/reports/tr11/ More...
Public Member Functions | |
int | GetWidth (string value) |
Get the width of the string with respect to EastAsianWidth, according to CultureInfo.CurrentUICulture. More... | |
int | GetWidth (string value, CultureInfo cultureInfo) |
Gets the width of the string considering EastAsianWidth by specifying CultureInfo. More... | |
int | GetWidth (string value, bool isEastAsia) |
Get the width of the string considering EastAsianWidth by specifying whether it is East Asia. More... | |
bool | IsFullWidth (char value) |
Indicates whether this character is Full Width. More... | |
bool | IsFullWidth (char value, CultureInfo cultureInfo) |
Indicates whether this character is Full Width by specifying CultureInfo. More... | |
bool | IsFullWidth (char value, bool isEastAsia) |
Indicates whether this character is Full Width by specifying whether it is East Asia. More... | |
EastAsianWidthKind | GetKind (char value) |
Get the EastAsianWidthKind of the character. More... | |
EastAsianWidth of Unicode. http://www.unicode.org/reports/tr11/
EastAsianWidthKind EastAsianWidthDotNet.IEastAsianWidth.GetKind | ( | char | value | ) |
Get the EastAsianWidthKind of the character.
value |
Implemented in EastAsianWidthDotNet.EastAsianWidth.
int EastAsianWidthDotNet.IEastAsianWidth.GetWidth | ( | string | value | ) |
Get the width of the string with respect to EastAsianWidth, according to CultureInfo.CurrentUICulture.
value |
Implemented in EastAsianWidthDotNet.EastAsianWidth.
int EastAsianWidthDotNet.IEastAsianWidth.GetWidth | ( | string | value, |
bool | isEastAsia | ||
) |
Get the width of the string considering EastAsianWidth by specifying whether it is East Asia.
value | |
isEastAsia |
Implemented in EastAsianWidthDotNet.EastAsianWidth.
int EastAsianWidthDotNet.IEastAsianWidth.GetWidth | ( | string | value, |
CultureInfo | cultureInfo | ||
) |
Gets the width of the string considering EastAsianWidth by specifying CultureInfo.
value | |
cultureInfo |
Implemented in EastAsianWidthDotNet.EastAsianWidth.
bool EastAsianWidthDotNet.IEastAsianWidth.IsFullWidth | ( | char | value | ) |
Indicates whether this character is Full Width.
value |
Implemented in EastAsianWidthDotNet.EastAsianWidth.
bool EastAsianWidthDotNet.IEastAsianWidth.IsFullWidth | ( | char | value, |
bool | isEastAsia | ||
) |
Indicates whether this character is Full Width by specifying whether it is East Asia.
value | |
isEastAsia |
Implemented in EastAsianWidthDotNet.EastAsianWidth.
bool EastAsianWidthDotNet.IEastAsianWidth.IsFullWidth | ( | char | value, |
CultureInfo | cultureInfo | ||
) |
Indicates whether this character is Full Width by specifying CultureInfo.
value | |
cultureInfo |
Implemented in EastAsianWidthDotNet.EastAsianWidth.