ValueString.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(ReadOnlySpan<Char> to ValueString) |
Defines an implicit conversion of a ReadOnlySpan<T> to a ValueString. |
Implicit(String to ValueString) |
Defines an implicit conversion of a String to a ValueString. |
Implicit(ReadOnlySpan<Char> to ValueString)
Defines an implicit conversion of a ReadOnlySpan<T> to a ValueString.
public static implicit operator Microsoft.Windows.EventTracing.ValueString (ReadOnlySpan<char> span);
static member op_Implicit : ReadOnlySpan<char> -> Microsoft.Windows.EventTracing.ValueString
Public Shared Widening Operator CType (span As ReadOnlySpan(Of Char)) As ValueString
Parameters
- span
- ReadOnlySpan<Char>
The character contents of the string.
Returns
Applies to
Implicit(String to ValueString)
Defines an implicit conversion of a String to a ValueString.
public static implicit operator Microsoft.Windows.EventTracing.ValueString (string value);
static member op_Implicit : string -> Microsoft.Windows.EventTracing.ValueString
Public Shared Widening Operator CType (value As String) As ValueString
Parameters
- value
- String
The character contents of the string.