ResXFileRefTextFileEncoding Property

Gets the encoding specified in the constructor.

Definition

Namespace: KGySoft.Resources
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public Encoding? TextFileEncoding { get; }

Return Value

Encoding
The encoding used in the referenced file.

See Also