HeaderType Conversion (HeaderType to String) |
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public static implicit operator string (
HeaderType type
)
Public Shared Widening Operator CType (
type As HeaderType
) As String
static implicit operator String^ (
HeaderType^ type
)
F# does not support the declaration of new casting operators.
Parameters
- type
- Type: Aspose.EmailHeaderType
The 'HeaderType' object to convert.
Return Value
Type:
StringThe result of the conversion.
See Also