VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode.BarcodeInfo Namespace / EciCharacterEncoding Class / GetEciCharacterEncodingForEncoding(Encoding) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
GetEciCharacterEncodingForEncoding(Encoding) Method (EciCharacterEncoding)
In This Topic
Returns EciCharacterEncoding for specified character encoding.
Syntax
'Declaration

Public Shared Function GetEciCharacterEncodingForEncoding( _
ByVal encoding
Character encoding.
As System.Text.Encoding _
) As EciCharacterEncoding
public static EciCharacterEncoding GetEciCharacterEncodingForEncoding(
System.Text.Encoding encoding
)

Parameters

encoding
Character encoding.

Return Value

EciCharacterEncoding for specified character encoding.
Exceptions
ExceptionDescription
Thrown if ECI character encoding with specified encoding is not registered.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also