Utf8Span.TrySplitFirst(Utf8Span, Utf8Span, Utf8Span) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool TrySplitFirst (Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span pattern, out Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span left, out Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span right);
member this.TrySplitFirst : Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span * Utf8Span * Utf8Span -> bool
Public Function TrySplitFirst (pattern As Utf8Span, ByRef left As Utf8Span, ByRef right As Utf8Span) As Boolean
Parameters
- pattern
- Utf8Span
- left
- Utf8Span
- right
- Utf8Span
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET