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