UTF32Encoding: EncodingName (get)

EncodingName

gets the human-readable description of the current encoding.



 Public Property Get EncodingName ( ) As String

Return Values

String -  The human-readable description of the current Encoding.

Remarks

The EncodingName property is intended for display. To find a name that can be passed to the GetEncoding method, use the WebName property.

Read Only.

See Also

Project CorLib Overview

Class UTF32Encoding Overview

Encoding