ParseFromMime

Image2DFormat.ParseFromMime method

Returns Image2DFormat value, which is equivalent of specified MIME code

public static Image2DFormat ParseFromMime(string mimeCode)
Parameter Type Description
mimeCode String Arbitrary MIME-code

Return Value

Image2DFormat value. Returns Undefined, if extension cannot be recognized.

See Also