NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
LoadFileTask.Encoding Property
[This is preliminary documentation and subject to change.]
The encoding to use when loading the file. The default is the encoding associated with the system's current ANSI code page.
[Visual Basic]
<TaskAttribute(Name:="encoding", Required:=False, ExpandProperties:=True, ProcessXml:=True)>
Public Property Encoding As
Encoding
[C#]
[TaskAttribute(Name="encoding", Required=False, ExpandProperties=True, ProcessXml=True)]
public
System.Text.Encoding Encoding {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Tasks.LoadFileTask.Encoding
See Also
LoadFileTask Class | NAnt.Core.Tasks Namespace