Table of Contents

Method IsPlainTextFile

Namespace
Sisk.Core.Helpers
Assembly
Sisk.Core.dll

IsPlainTextFile(string)

Gets an boolean indicating if the specified file is an well-known plain text file.

public static bool IsPlainTextFile(string fileExtension)

Parameters

fileExtension string

The file extension, with or without the initial dot.

Returns

bool