Utf8String.TrySplitFirst(Utf8Span, Utf8String, Utf8String) 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.Utf8String left, out Microsoft.Azure.Cosmos.Core.Utf8.Utf8String right);
member this.TrySplitFirst : Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span * Utf8String * Utf8String -> bool
Public Function TrySplitFirst (pattern As Utf8Span, ByRef left As Utf8String, ByRef right As Utf8String) As Boolean
Parameters
- pattern
- Utf8Span
- left
- Utf8String
- right
- Utf8String