| Identifier Conversion (Identifier to String) |
Namespace: RackspaceAssembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax public static implicit operator string (
Identifier id
)
Public Shared Widening Operator CType (
id As Identifier
) As String
static implicit operator String^ (
Identifier^ id
)
F# does not support the declaration of new casting operators.
Parameters
- id
- Type: RackspaceIdentifier
The identifier.
Return Value
Type:
String
The result of the conversion.
See Also