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