Bombsquad.Exif.Helpers.BitmapMetadataExtensions.ReadLong C# (CSharp) Method

ReadLong() public static method

public static ReadLong ( this metadata, string query ) : long?
metadata this
query string
return long?
        public static long? ReadLong( this BitmapMetadata metadata, string query )
        {
            return (long?) metadata.ReadObject( query );
        }