AtomPersonMetadata Implicit Conversion (String to AtomPersonMetadata)
Converts a string to an AtomPersonMetadata instance.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
name As String _
) As AtomPersonMetadata
'Usage
Dim input As String
Dim output As AtomPersonMetadata
output = CType(input, AtomPersonMetadata)
public static implicit operator AtomPersonMetadata (
string name
)
static implicit operator AtomPersonMetadata^ (
String^ name
)
JScript supports the use of custom casts, but not the declaration of new ones.
Parameters
- name
Type: System.String
The name.
Return Value
Type: Microsoft.Data.OData.Atom.AtomPersonMetadata
The AtomPersonMetadata instance created for name.