Utf8String.Implicit Operator
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.
Overloads
Implicit(Utf8String to Utf8Span) | |
Implicit(Utf8String to UtfAnyString) |
Implicit(Utf8String to Utf8Span)
public static implicit operator Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span (Microsoft.Azure.Cosmos.Core.Utf8.Utf8String utf8String);
static member op_Implicit : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> Microsoft.Azure.Cosmos.Core.Utf8.Utf8Span
Public Shared Widening Operator CType (utf8String As Utf8String) As Utf8Span
Parameters
- utf8String
- Utf8String
Returns
Applies to
Implicit(Utf8String to UtfAnyString)
public static implicit operator Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString (Microsoft.Azure.Cosmos.Core.Utf8.Utf8String utf8String);
static member op_Implicit : Microsoft.Azure.Cosmos.Core.Utf8.Utf8String -> Microsoft.Azure.Cosmos.Core.Utf8.UtfAnyString
Public Shared Widening Operator CType (utf8String As Utf8String) As UtfAnyString
Parameters
- utf8String
- Utf8String