Gets or sets the encoding of the declared string.
            
Namespace: SharpAssembler.Core.InstructionsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntax
| C# | 
|---|
| public Encoding Encoding { get; } | 
| Visual Basic | 
|---|
| Public ReadOnly Property Encoding As Encoding Get | 
| Visual C++ | 
|---|
| public: property Encoding^ Encoding { Encoding^ get (); } | 
Field Value
An Encoding. Contracts
Contracts
Get
| Ensures | 
|---|
| Contract.Result<Encoding>() != null | 





