|  | KeyT  Conversion (KeyT to String) | 
 
            Performs an implicit conversion from 
KeyT to 
String.
            
 
    Namespace: 
   Akka.DistributedData
    Assembly:
   Akka.DistributedData (in Akka.DistributedData.dll) Version: 1.2.3.129 (1.2.3.129)
 Syntax
Syntaxpublic static implicit operator string (
	Key<T> key
)
F# does not support the declaration of new casting operators.
Parameters
- key
- Type: Akka.DistributedDataKeyT
 The key to convert
Return Value
Type: 
StringThe result of the conversion
 See Also
See Also