HeaderType.op_Implicit

HeaderType Implicit operator

Performs an implicit conversion from HeaderType to String.

public static implicit operator string(HeaderType type)
ParameterTypeDescription
typeHeaderTypeThe ‘HeaderType’ object to convert.

Return Value

The result of the conversion.

See Also