FlatHashImageFormat Enum

Summary

What kind of image will be generated.
Namespace
Faker
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["FlatHashImageFormat"] class Type type-node

Syntax

public enum FlatHashImageFormat

Remarks

When version 3.0 hits, this will be in Faker.Avatar namespace.

Fields

Name Constant Value Summary
bmp 2
A BMP image
static
gif 3
A GIF image
static
jpg 1
A JPG image
static
png 0
A PNG image
static
GitHub