Hunny Software Library Reference

Text.Charset Property

Gets the charset identifier for the text content.

[Visual Basic]
Public ReadOnly Property Charset As String
[C#]
public string Charset {get;}

Property Value

The character encoding identifier for the text content of this instance.

Remarks

This convenience property provides a simple way to get the character encoding identifier for the text content of this instance.

See Also

Text Class | Hunny.Mime Namespace