Gets and sets the character set used for string/byte array conversions.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property Charset As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As EnhancedStream
Dim value As String
instance.Charset = value
value = instance.Charset |
| C# | |
|---|
public string Charset {get; set;} |
| Managed Extensions for C++ | |
|---|
public: __property string* get_Charset();
public: __property void set_Charset(
string* value
); |
Property Value
A string representing the character set used.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also