Company.

Logo(bool) Method

Summary

Gets a random logo URL.
Namespace
Faker
Containing Type
Company

Syntax

public static string Logo(bool useSsl)

Parameters

Name Type Description
useSsl bool Set to true if https should be used, otherwise false

Return Value

Type Description
string A random logo URL
GitHub