BindableString.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(BindableString to String) |
Returns the raw value of the BindableString. |
Implicit(String to BindableString) |
Creates a BindableString that has a raw value assigned. |
Implicit(BindableString to String)
Returns the raw value of the BindableString.
public static implicit operator string (Microsoft.Toolkit.Uwp.Notifications.BindableString b);
static member op_Implicit : Microsoft.Toolkit.Uwp.Notifications.BindableString -> string
Public Shared Widening Operator CType (b As BindableString) As String
Parameters
The BindableString to obtain the raw value from.
Returns
Applies to
Implicit(String to BindableString)
Creates a BindableString that has a raw value assigned.
public static implicit operator Microsoft.Toolkit.Uwp.Notifications.BindableString (string d);
static member op_Implicit : string -> Microsoft.Toolkit.Uwp.Notifications.BindableString
Public Shared Widening Operator CType (d As String) As BindableString
Parameters
- d
- String
The raw value