Click or drag to resize

LiteFileLoadFromFile Method

Loads tag information from a file.

Namespace: Orthogonal.NTagLite
Assembly: Orthogonal.NTagLite (in Orthogonal.NTagLite.dll) Version: 3.0.4
Syntax
C#
public static LiteFile LoadFromFile(
	string filename
)

Parameters

filename  String
The name of the file to load ID3 tag information from.

Return Value

LiteFile
A reference to a LiteFile object containing detailed information about any ID3 v1.x and v2.x tags that were found.
Exceptions
ExceptionCondition
TagExceptionThrown if any unsupported features are found in the tag or if unrecoverable erroneous formatting is found.
See Also