Period.PeriodParser Method
Definition
Namespace: Corvus.Text.Json
Assembly: Corvus.Text.Json.dll
Source: Period.cs
PeriodParser(ReadOnlySpan<byte>, ref PeriodBuilder)
A parser for a json period.
public static bool PeriodParser(ReadOnlySpan<byte> text, ref PeriodBuilder builder)
Parameters
| Name | Type | Description |
|---|---|---|
text |
ReadOnlySpan<byte> |
The text to parse. |
builder |
ref PeriodBuilder |
The resulting period builder. |
Returns
A period builder parsed from the read only span.
Applies To
| Product | Versions |
|---|---|
| .NET | 9, 10 |
| .NET Standard | 2.0, 2.1 |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests.
Open an issue