Class MemoryExtensions
Inheritance
System.Object
MemoryExtensions
Assembly: IronXL.dll
Syntax
public static class MemoryExtensions : Object
Methods
EnumerateCodePoints(<7818ecd8-73d6-481e-b664-29659d5d18e1>Span<Char>)
Declaration
public static SpanCodePointEnumerator EnumerateCodePoints(this < 7818e cd8 - 73d 6 - 481e- b664 - 29659d 5d 18e1 > Span < char >span)
Parameters
| Type |
Name |
Description |
| System.<7818ecd8-73d6-481e-b664-29659d5d18e1>Span<System.Char> |
span |
|
Returns
EnumerateCodePoints(<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<Char>)
Declaration
public static SpanCodePointEnumerator EnumerateCodePoints(this < ca447e5d - 251 c - 4902 - 9f 79 - b5de86c2277f > ReadOnlySpan < char >span)
Parameters
| Type |
Name |
Description |
| System.<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<System.Char> |
span |
|
Returns
EnumerateGraphemes(<7818ecd8-73d6-481e-b664-29659d5d18e1>Span<Char>)
Declaration
public static SpanGraphemeEnumerator EnumerateGraphemes(this < 7818e cd8 - 73d 6 - 481e- b664 - 29659d 5d 18e1 > Span < char >span)
Parameters
| Type |
Name |
Description |
| System.<7818ecd8-73d6-481e-b664-29659d5d18e1>Span<System.Char> |
span |
|
Returns
EnumerateGraphemes(<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<Char>)
Declaration
public static SpanGraphemeEnumerator EnumerateGraphemes(this < ca447e5d - 251 c - 4902 - 9f 79 - b5de86c2277f > ReadOnlySpan < char >span)
Parameters
| Type |
Name |
Description |
| System.<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<System.Char> |
span |
|
Returns
GetCodePointCount(<7818ecd8-73d6-481e-b664-29659d5d18e1>Span<Char>)
Declaration
public static int GetCodePointCount(this < 7818e cd8 - 73d 6 - 481e- b664 - 29659d 5d 18e1 > Span < char >span)
Parameters
| Type |
Name |
Description |
| System.<7818ecd8-73d6-481e-b664-29659d5d18e1>Span<System.Char> |
span |
|
Returns
| Type |
Description |
| System.Int32 |
|
GetCodePointCount(<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<Char>)
Declaration
public static int GetCodePointCount(this < ca447e5d - 251 c - 4902 - 9f 79 - b5de86c2277f > ReadOnlySpan < char >span)
Parameters
| Type |
Name |
Description |
| System.<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<System.Char> |
span |
|
Returns
| Type |
Description |
| System.Int32 |
|
GetCodePointCount(String)
Declaration
public static int GetCodePointCount(this string text)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
Returns
| Type |
Description |
| System.Int32 |
|
GetGraphemeCount(<7818ecd8-73d6-481e-b664-29659d5d18e1>Span<Char>)
Declaration
public static int GetGraphemeCount(this < 7818e cd8 - 73d 6 - 481e- b664 - 29659d 5d 18e1 > Span < char >span)
Parameters
| Type |
Name |
Description |
| System.<7818ecd8-73d6-481e-b664-29659d5d18e1>Span<System.Char> |
span |
|
Returns
| Type |
Description |
| System.Int32 |
|
GetGraphemeCount(<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<Char>)
Declaration
public static int GetGraphemeCount(this < ca447e5d - 251 c - 4902 - 9f 79 - b5de86c2277f > ReadOnlySpan < char >span)
Parameters
| Type |
Name |
Description |
| System.<ca447e5d-251c-4902-9f79-b5de86c2277f>ReadOnlySpan<System.Char> |
span |
|
Returns
| Type |
Description |
| System.Int32 |
|
GetGraphemeCount(String)
Declaration
public static int GetGraphemeCount(this string text)
Parameters
| Type |
Name |
Description |
| System.String |
text |
|
Returns
| Type |
Description |
| System.Int32 |
|