Show / Hide Table of Contents

    IDataTemplate.LoadFile(string filePath, Encoding encoding) Method

    .NET Standard 2.x

    Loads the template from a file and specifies the encoding for the content.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

     void LoadFile(string filePath, Encoding encoding);
    

    Parameters

    filePath System.String

    The path of the file.

    encoding System.Text.Encoding

    The encoding applied to the contents of the file.

    Examples

    Coming soon.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon