







|
| Google Translate API Documentation |
| Enumeration..::.Implicit Operator |
| Enumeration Class See Also Send Feedback |
Performs an implicit conversion from Enumeration to String.
Namespace:
Google.API
Assembly:
GoogleTranslateAPI (in GoogleTranslateAPI.dll) Version: 0.3.1.107 (0.3.1.107)
Syntax
| C# |
|---|
public static implicit operator string ( Enumeration enumeration ) |
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ enumeration As Enumeration _ ) As String |
| Visual C++ |
|---|
static implicit operator String^ ( Enumeration^ enumeration ) |
Parameters
- enumeration
- Type: Google.API..::.Enumeration
The enumeration.
