CoreUtilsEncodingTypeToTextEncoding Method |
Encodings the type to encoding.
Namespace:
SD.LLBLGen.Pro.Core
Assembly:
SD.LLBLGen.Pro.Core (in SD.LLBLGen.Pro.Core.dll) Version: 5.1.0.0 (5.1.0)
Syntax public static Encoding EncodingTypeToTextEncoding(
EncodingType typeOfEncoding
)
Public Shared Function EncodingTypeToTextEncoding (
typeOfEncoding As EncodingType
) As Encoding
Parameters
- typeOfEncoding
- Type: SD.LLBLGen.Pro.CoreEncodingType
The type of encoding.
Return Value
Type:
EncodingSee Also