op_Implicit

DocumentFormatBase Implicit operator

Converts a DocumentFormatBase instance to a string implicitly.

public static implicit operator string(DocumentFormatBase extension)
Parameter Type Description
extension DocumentFormatBase The DocumentFormatBase instance to convert.

Return Value

The file extension of the DocumentFormatBase instance.

See Also