Show / Hide Table of Contents

Class BinaryFile

Binary file

Inheritance
object
BinaryFile
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Exchange
Assembly: PayrollEngine.Client.Core.dll
Syntax
public static class BinaryFile

Methods

Read(string)

Reads a binary file as encoded string

Declaration
public static string Read(string fileName)
Parameters
Type Name Description
string fileName

Name of the file

Returns
Type Description
string

The file content as base 64 string

☀
☾
Back to top Generated by DocFX