CDataMember.Implicit Operator

Definition

Overloads

Implicit(CDataMember to String)

Converts the specified value to a CDataMember object.

Implicit(String to CDataMember)

Converts the CDataMember object to a specified value.

Implicit(CDataMember to String)

Converts the specified value to a CDataMember object.

public static implicit operator string (Microsoft.Azure.NotificationHubs.CDataMember value);
static member op_Implicit : Microsoft.Azure.NotificationHubs.CDataMember -> string
Public Shared Widening Operator CType (value As CDataMember) As String

Parameters

value
CDataMember

The value to be converted.

Returns

The value to converts the CDataMember object.

Applies to

Implicit(String to CDataMember)

Converts the CDataMember object to a specified value.

public static implicit operator Microsoft.Azure.NotificationHubs.CDataMember (string value);
static member op_Implicit : string -> Microsoft.Azure.NotificationHubs.CDataMember
Public Shared Widening Operator CType (value As String) As CDataMember

Parameters

value
String

The value to be converted.

Returns

The converted CDataMember object to a specified value.

Applies to