Click or drag to resize
Identifier  Conversion (Identifier to String)
Performs an implicit conversion from Identifier to String.

Namespace: Rackspace
Assembly: Rackspace (in Rackspace.dll) Version: 0.2.0+Branch.master.Sha.9ad6ce59ab4f7b2400f7a7c9c086aa1c5ea11c4e
Syntax
public static implicit operator string (
	Identifier id
)

Parameters

id
Type: RackspaceIdentifier
The identifier.

Return Value

Type: String
The result of the conversion.
See Also