GoLang KTaglib_Tag::isEmpty

request it (328)
GoLang replacement for PHP's KTaglib_Tag::isEmpty [edit | history]



Do you know a GoLang replacement for PHP's KTaglib_Tag::isEmpty? Write it!

PHP KTaglib_Tag::isEmpty

PHP original manual for KTaglib_Tag::isEmpty [ show | php.net ]

KTaglib_Tag::isEmpty

(0.0.1)

KTaglib_Tag::isEmptyReturns true if the tag is empty

Description

public bool KTaglib_Tag::isEmpty ( void )

Returns true if the tag exists, but is empty. This method is implemented in ID3v1 and ID3v2 tags.

Return Values

Returns true if the tag is empty, otherwise false.