EastAsianWidth of Unicode. http://www.unicode.org/reports/tr11/
More...
|
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...
|
|
◆ GetKind()
◆ GetWidth() [1/3]
int EastAsianWidthDotNet.EastAsianWidth.GetWidth |
( |
string |
value | ) |
|
◆ GetWidth() [2/3]
int EastAsianWidthDotNet.EastAsianWidth.GetWidth |
( |
string |
value, |
|
|
bool |
isEastAsia |
|
) |
| |
|
inline |
◆ GetWidth() [3/3]
int EastAsianWidthDotNet.EastAsianWidth.GetWidth |
( |
string |
value, |
|
|
CultureInfo |
cultureInfo |
|
) |
| |
◆ IsFullWidth() [1/3]
bool EastAsianWidthDotNet.EastAsianWidth.IsFullWidth |
( |
char |
value | ) |
|
◆ IsFullWidth() [2/3]
bool EastAsianWidthDotNet.EastAsianWidth.IsFullWidth |
( |
char |
value, |
|
|
bool |
isEastAsia |
|
) |
| |
|
inline |
◆ IsFullWidth() [3/3]
bool EastAsianWidthDotNet.EastAsianWidth.IsFullWidth |
( |
char |
value, |
|
|
CultureInfo |
cultureInfo |
|
) |
| |
◆ Instance
The documentation for this class was generated from the following file:
- src/EastAsianWidthDotNet/EastAsianWidth.cs